diff options
| author | Matthew Wilcox <willy@debian.org> | 2003-07-10 06:25:52 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-10 06:25:52 -0700 |
| commit | e572d2bc759a5c7a7b927601ec7b11c0d09b6142 (patch) | |
| tree | 5ae237cddaa1feb4870d6691f874335ae40be6c1 /include/linux/sysctl.h | |
| parent | 659b9a33feda045ae930ae3048da11c7a1542b56 (diff) | |
[PATCH] Add two sysctls for PA-RISC
Add two PA-RISC sysctls.
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index e037c4de0522..c7bd946843b4 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -130,6 +130,8 @@ enum KERN_PIDMAX=55, /* int: PID # limit */ KERN_CORE_PATTERN=56, /* string: pattern for core-file names */ KERN_PANIC_ON_OOPS=57, /* int: whether we will panic on an oops */ + KERN_HPPA_PWRSW=58, /* int: hppa soft-power enable */ + KERN_HPPA_UNALIGNED=59, /* int: hppa unaligned-trap enable */ }; |
