patch-2.4.4 linux/include/asm-s390/misc390.h
Next file: linux/include/asm-s390/page.h
Previous file: linux/include/asm-s390/mathemu.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.4.3/linux/include/asm-s390/misc390.h
- Orig date:
Tue Feb 13 14:13:44 2001
diff -u --recursive --new-file v2.4.3/linux/include/asm-s390/misc390.h linux/include/asm-s390/misc390.h
@@ -1,15 +0,0 @@
-/*
- * include/asm-s390/misc390.h
- *
- * S390 version
- * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
- * Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
- */
-
-#define allocaligned2(type,name,number,align) \
- __u8 name##buff[(sizeof(type)*(number+1))-1]; \
- type *name=(type *)(((__u32)(&name##buff[align-1]))&(-align))
-
-#define allocaligned(type,name,number) allocaligned2(type,name,number,__alignof__(type))
-
-extern void s390_daemonize(char *name,unsigned long mask,int use_init_fs);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)