summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Piggin <nickpiggin@yahoo.com.au>2004-10-18 18:15:02 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-18 18:15:02 -0700
commit56beecf61af5a16dd2b72c157ac326e659f65aa2 (patch)
treefd623fcb2cc0c19d224d606460fcd52c75f5cb15 /include
parenta9e96e12dbfd97bd9d42523e85f7d67a6ba9a643 (diff)
[PATCH] taint on bad_page
Hugh and I both thought this would be generally useful. Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index f60ba2c96469..cf2f984e1b95 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -152,6 +152,7 @@ extern enum system_states {
#define TAINT_UNSAFE_SMP (1<<2)
#define TAINT_FORCED_RMMOD (1<<3)
#define TAINT_MACHINE_CHECK (1<<4)
+#define TAINT_BAD_PAGE (1<<5)
extern void dump_stack(void);