patch-2.1.51 linux/arch/ppc/kernel/checks.c
Next file: linux/arch/ppc/kernel/head.S
Previous file: linux/arch/ppc/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sat Aug 16 09:51:08 1997
- Orig file:
v2.1.50/linux/arch/ppc/kernel/checks.c
- Orig date:
Mon Aug 4 16:25:36 1997
diff -u --recursive --new-file v2.1.50/linux/arch/ppc/kernel/checks.c linux/arch/ppc/kernel/checks.c
@@ -25,7 +25,7 @@
int main(void)
{
int ret = 0;
-
+#if 0
if ( sizeof(struct thread_struct) % 16 )
{
printf("Thread struct is not modulo 16 bytes: "
@@ -34,6 +34,7 @@
sizeof(struct thread_struct)%16);
ret = -1;
}
+#endif
if ( sizeof(struct pt_regs) % 16 )
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov