diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-20 16:32:10 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-20 18:09:42 -0500 |
commit | b814d41f0987c7648d7ed07471258101c95c026b (patch) | |
tree | 860a824d96dbb128d5038a93103370afbdf00b08 /include/linux/ip.h | |
parent | 121d5d0a7e5808fbcfda484efd7ba840ac93450f (diff) |
x86, mm: fault.c, simplify kmmio_fault()
Impact: cleanup
Remove an #ifdef from kmmio_fault() - we can do this by
providing default implementations for is_kmmio_active()
and kmmio_handler(). The compiler optimizes it all away
in the !CONFIG_MMIOTRACE case.
Also, while at it, clean up mmiotrace.h a bit:
- standard header guards
- standard vertical spaces for structure definitions
No code changed (both with mmiotrace on and off in the config):
text data bss dec hex filename
2947 12 12 2971 b9b fault.o.before
2947 12 12 2971 b9b fault.o.after
Cc: Pekka Paalanen <pq@iki.fi>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/ip.h')
0 files changed, 0 insertions, 0 deletions