Re: [PATCH 01/14] exceptions: fork exception table content from module.h into extable.h

2016-07-27 Thread Rusty Russell
Paul Gortmaker writes: > For historical reasons (i.e. pre-git) the exception table stuff was > buried in the middle of the module.h file. I noticed this while > doing an audit for needless includes of module.h and found core > kernel files (both arch specific and arch independent) were just > inc

[PATCH 01/14] exceptions: fork exception table content from module.h into extable.h

2016-07-24 Thread Paul Gortmaker
For historical reasons (i.e. pre-git) the exception table stuff was buried in the middle of the module.h file. I noticed this while doing an audit for needless includes of module.h and found core kernel files (both arch specific and arch independent) were just including module.h for this. The con