remove binary sysctl number for KERN_PPC_L2CR
SVN-Revision: 10331
This commit is contained in:
parent
7217bce3eb
commit
01a62fc444
1 changed files with 0 additions and 11 deletions
|
@ -61003,17 +61003,6 @@ diff -x .git -x .gitignore -Nur linux-2.6.24/arch/ppc/kernel/head_44x.S powerpc.
|
|||
|
||||
tlbwe r3,r0,PPC44x_TLB_PAGEID /* Load the pageid fields */
|
||||
tlbwe r4,r0,PPC44x_TLB_XLAT /* Load the translation fields */
|
||||
diff -x .git -x .gitignore -Nur linux-2.6.24/arch/ppc/kernel/ppc_htab.c powerpc.git/arch/ppc/kernel/ppc_htab.c
|
||||
--- linux-2.6.24/arch/ppc/kernel/ppc_htab.c 2008-01-28 20:50:10.000000000 +0100
|
||||
+++ powerpc.git/arch/ppc/kernel/ppc_htab.c 2008-01-28 20:25:50.000000000 +0100
|
||||
@@ -436,6 +436,7 @@
|
||||
*/
|
||||
static ctl_table htab_ctl_table[]={
|
||||
{
|
||||
+ .ctl_name = KERN_PPC_L2CR,
|
||||
.procname = "l2cr",
|
||||
.mode = 0644,
|
||||
.proc_handler = &proc_dol2crvec,
|
||||
diff -x .git -x .gitignore -Nur linux-2.6.24/arch/ppc/kernel/rio.c powerpc.git/arch/ppc/kernel/rio.c
|
||||
--- linux-2.6.24/arch/ppc/kernel/rio.c 2008-01-24 23:58:37.000000000 +0100
|
||||
+++ powerpc.git/arch/ppc/kernel/rio.c 1970-01-01 01:00:00.000000000 +0100
|
||||
|
|
Loading…
Reference in a new issue