patch-2.4.6 linux/arch/ppc/kernel/sleep.S

Next file: linux/arch/ppc/kernel/smp.c
Previous file: linux/arch/ppc/kernel/setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/arch/ppc/kernel/sleep.S linux/arch/ppc/kernel/sleep.S
@@ -1,5 +1,5 @@
 /*
- * BK Id: SCCS/s.sleep.S 1.7 05/17/01 18:14:22 cort
+ * BK Id: SCCS/s.sleep.S 1.10 06/28/01 15:50:17 paulus
  */
 /*
  * This file contains sleep low-level functions for PowerBook G3.
@@ -194,7 +194,7 @@
 	lis	r3,0x2000	/* Ku = 1, VSID = 0 */
 	li	r4,0
 3:	mtsrin	r3,r4
-	addi	r3,r3,1		/* increment VSID */
+	addi	r3,r3,0x111	/* increment VSID */
 	addis	r4,r4,0x1000	/* address of next segment */
 	bdnz	3b
 	

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)