patch-2.4.19 linux-2.4.19/include/asm-ia64/sn/sgi.h
Next file: linux-2.4.19/include/asm-ia64/sn/simulator.h
Previous file: linux-2.4.19/include/asm-ia64/sn/router.h
Back to the patch index
Back to the overall index
- Lines: 81
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-ia64/sn/sgi.h
- Orig date:
Thu Apr 5 12:51:47 2001
diff -urN linux-2.4.18/include/asm-ia64/sn/sgi.h linux-2.4.19/include/asm-ia64/sn/sgi.h
@@ -4,13 +4,12 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 2000 Silicon Graphics, Inc.
- * Copyright (C) 2000 by Jack Steiner (steiner@sgi.com)
+ * Copyright (C) 2000-2002 Silicon Graphics, Inc. All rights reserved.
*/
-#ifndef _ASM_SN_SGI_H
-#define _ASM_SN_SGI_H
+#ifndef _ASM_IA64_SN_SGI_H
+#define _ASM_IA64_SN_SGI_H
#include <linux/config.h>
@@ -95,9 +94,6 @@
bigger. This is NULL-terminated */
};
-#define MIN(_a,_b) ((_a)<(_b)?(_a):(_b))
-
-typedef uint32_t app32_ptr_t; /* needed by edt.h */
typedef int64_t __psint_t; /* needed by klgraph.c */
typedef enum { B_FALSE, B_TRUE } boolean_t;
@@ -105,8 +101,6 @@
#define ctob(x) ((uint64_t)(x)*NBPC)
#define btoc(x) (((uint64_t)(x)+(NBPC-1))/NBPC)
-typedef __psunsigned_t nic_data_t;
-
/*
** Possible return values from graph routines.
@@ -129,10 +123,6 @@
* calls */
#define XG_WIDGET_PART_NUM 0xC102 /* KONA/xt_regs.h XG_XT_PART_NUM_VALUE */
-#ifndef TO_PHYS_MASK
-#define TO_PHYS_MASK 0x0000000fffffffff
-#endif
-
typedef uint64_t vhandl_t;
@@ -159,7 +149,7 @@
typedef uint64_t mrlock_t; /* needed by devsupport.c */
#define HUB_PIO_CONVEYOR 0x1
-#define CNODEID_NONE (cnodeid_t)-1
+#define CNODEID_NONE ((cnodeid_t)-1)
#define XTALK_PCI_PART_NUM "030-1275-"
#define kdebug 0
@@ -177,7 +167,7 @@
#define kern_free(x) kfree(x)
typedef cpuid_t cpu_cookie_t;
-#define CPU_NONE -1
+#define CPU_NONE (-1)
/*
* mutext support mapping
@@ -225,9 +215,6 @@
} } while(0)
#endif /* DISABLE_ASSERT */
-#define PRINT_WARNING(x...) do { printk("WARNING : "); printk(x); } while(0)
-#define PRINT_NOTICE(x...) do { printk("NOTICE : "); printk(x); } while(0)
-#define PRINT_ALERT(x...) do { printk("ALERT : "); printk(x); } while(0)
#define PRINT_PANIC panic
#ifdef CONFIG_SMP
@@ -238,4 +225,4 @@
#include <asm/sn/hack.h> /* for now */
-#endif /* _ASM_SN_SGI_H */
+#endif /* _ASM_IA64_SN_SGI_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)