patch-2.3.48 linux/include/asm-ia64/page.h
Next file: linux/include/asm-ia64/pgalloc.h
Previous file: linux/include/asm-ia64/offsets.h
Back to the patch index
Back to the overall index
-  Lines: 13
 -  Date:
Thu Feb 24 10:14:29 2000
 -  Orig file: 
v2.3.47/linux/include/asm-ia64/page.h
 -  Orig date: 
Wed Feb 16 17:03:52 2000
 
diff -u --recursive --new-file v2.3.47/linux/include/asm-ia64/page.h linux/include/asm-ia64/page.h
@@ -127,9 +127,10 @@
 #define BUG() do { printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); *(int *)0=0; } while (0)
 #define PAGE_BUG(page) do { BUG(); } while (0)
 
-extern __inline__ int get_order(unsigned long size)
+extern __inline__ int
+get_order (unsigned long size)
 {
-        double d = size - 1;
+	double d = size - 1;
 	long order;
                 
 	__asm__ ("getf.exp %0=%1" : "=r"(order) : "f"(d));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)