* [PATCH] 2.6.18-rt6 sysctl conflict
@ 2006-10-18 13:25 Joe Korty
2006-10-18 15:43 ` Ingo Molnar
2006-10-18 16:22 ` Andi Kleen
0 siblings, 2 replies; 3+ messages in thread
From: Joe Korty @ 2006-10-18 13:25 UTC (permalink / raw)
To: mingo; +Cc: linux-kernel
Repair conflict between 2.6.18 and preempt-rt's sysctl(2) addition.
Signed-off-by: Joe Korty <joe.korty@ccur.com>
Index: new/include/linux/sysctl.h
===================================================================
--- new.orig/include/linux/sysctl.h 2006-10-18 09:18:34.000000000 -0400
+++ new/include/linux/sysctl.h 2006-10-18 09:20:03.000000000 -0400
@@ -150,7 +150,7 @@
KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */
KERN_COMPAT_LOG=73, /* int: print compat layer messages */
KERN_MAX_LOCK_DEPTH=74,
- KERN_TIMEOUT_GRANULARITY=73, /* int: timeout granularity in jiffies */
+ KERN_TIMEOUT_GRANULARITY=75, /* int: timeout granularity in jiffies */
};
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-18 16:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-18 13:25 [PATCH] 2.6.18-rt6 sysctl conflict Joe Korty
2006-10-18 15:43 ` Ingo Molnar
2006-10-18 16:22 ` Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox