diff options
author | Pekka Paalanen <pq@iki.fi> | 2008-09-16 15:03:56 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-14 04:37:17 -0400 |
commit | 4427414170a63331a9cc36b9598502c5cdfe453b (patch) | |
tree | 684d77d4052d5ab59d2e0786fc627d113a403833 /include/linux/mmiotrace.h | |
parent | fc5e27ae4b45a0619701a83f30d9b7fad7ed9400 (diff) |
mmiotrace: remove left-over marker cruft
Signed-off-by: Pekka Paalanen <pq@iki.fi>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/mmiotrace.h')
-rw-r--r-- | include/linux/mmiotrace.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mmiotrace.h b/include/linux/mmiotrace.h index 60cc3bf5c538..139d7c88d9c9 100644 --- a/include/linux/mmiotrace.h +++ b/include/linux/mmiotrace.h | |||
@@ -67,8 +67,7 @@ enum mm_io_opcode { | |||
67 | MMIO_WRITE = 0x2, /* struct mmiotrace_rw */ | 67 | MMIO_WRITE = 0x2, /* struct mmiotrace_rw */ |
68 | MMIO_PROBE = 0x3, /* struct mmiotrace_map */ | 68 | MMIO_PROBE = 0x3, /* struct mmiotrace_map */ |
69 | MMIO_UNPROBE = 0x4, /* struct mmiotrace_map */ | 69 | MMIO_UNPROBE = 0x4, /* struct mmiotrace_map */ |
70 | MMIO_MARKER = 0x5, /* raw char data */ | 70 | MMIO_UNKNOWN_OP = 0x5, /* struct mmiotrace_rw */ |
71 | MMIO_UNKNOWN_OP = 0x6, /* struct mmiotrace_rw */ | ||
72 | }; | 71 | }; |
73 | 72 | ||
74 | struct mmiotrace_rw { | 73 | struct mmiotrace_rw { |