patch-2.3.30 linux/arch/ppc/kernel/ppc_asm.tmpl
Next file: linux/arch/ppc/kernel/ppc_htab.c
Previous file: linux/arch/ppc/kernel/ppc_asm.h
Back to the patch index
Back to the overall index
-  Lines: 29
-  Date:
Sat Nov 27 15:41:59 1999
-  Orig file: 
v2.3.29/linux/arch/ppc/kernel/ppc_asm.tmpl
-  Orig date: 
Mon Jan 12 15:18:13 1998
diff -u --recursive --new-file v2.3.29/linux/arch/ppc/kernel/ppc_asm.tmpl linux/arch/ppc/kernel/ppc_asm.tmpl
@@ -1,4 +1,17 @@
-/* Register names */
+/* Condition Register Bit Fields */
+
+#define	cr0	0
+#define	cr1	1
+#define	cr2	2
+#define	cr3	3
+#define	cr4	4
+#define	cr5	5
+#define	cr6	6
+#define	cr7	7
+
+
+/* General Purpose Registers (GPRs) */
+
 #define	r0	0
 #define	r1	1
 #define	r2	2
@@ -31,6 +44,9 @@
 #define	r29	29
 #define	r30	30
 #define	r31	31
+
+
+/* Floating Point Registers (FPRs) */
 
 #define	fr0	0
 #define	fr1	1
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)