Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] IP27: Throw away old unused hacks.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -8
+1 -8
include/asm-mips/sn/sn0/ip27.h
··· 6 6 * Derived from IRIX <sys/SN/SN0/IP27.h>. 7 7 * 8 8 * Copyright (C) 1992 - 1997, 1999 Silicon Graphics, Inc. 9 - * Copyright (C) 1999 by Ralf Baechle 9 + * Copyright (C) 1999, 2006 by Ralf Baechle 10 10 */ 11 11 #ifndef _ASM_SN_SN0_IP27_H 12 12 #define _ASM_SN_SN0_IP27_H ··· 81 81 82 82 #define SEND_NMI(_nasid, _slice) \ 83 83 REMOTE_HUB_S((_nasid), (PI_NMI_A + ((_slice) * PI_NMI_OFFSET)), 1) 84 - 85 - /* Sanity hazzard ... Below all the Origin hacks are following. */ 86 - 87 - #define SN00_BRIDGE 0x9200000008000000 88 - #define SN00I_BRIDGE0 0x920000000b000000 89 - #define SN00I_BRIDGE1 0x920000000e000000 90 - #define SN00I_BRIDGE2 0x920000000f000000 91 84 92 85 #endif /* _ASM_SN_SN0_IP27_H */