patch-2.4.21 linux-2.4.21/include/asm-ppc/uaccess.h

Next file: linux-2.4.21/include/asm-ppc/ucontext.h
Previous file: linux-2.4.21/include/asm-ppc/types.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc/uaccess.h linux-2.4.21/include/asm-ppc/uaccess.h
@@ -1,6 +1,3 @@
-/*
- * BK Id: SCCS/s.uaccess.h 1.10 05/21/02 21:44:32 paulus
- */
 #ifdef __KERNEL__
 #ifndef _PPC_UACCESS_H
 #define _PPC_UACCESS_H
@@ -188,7 +185,7 @@
 	  case 1: __get_user_asm(x,ptr,retval,"lbz"); break;	\
 	  case 2: __get_user_asm(x,ptr,retval,"lhz"); break;	\
 	  case 4: __get_user_asm(x,ptr,retval,"lwz"); break;	\
-	  case 8: __get_user_asm2(x, ptr, retval);		\
+	  case 8: __get_user_asm2(x, ptr, retval); break;	\
 	  default: (x) = __get_user_bad();			\
 	}							\
 } while (0)

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