patch-2.4.20 linux-2.4.20/arch/sparc64/kernel/irq.c
Next file: linux-2.4.20/arch/sparc64/kernel/pci.c
Previous file: linux-2.4.20/arch/sparc64/kernel/ioctl32.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 28 15:53:12 2002
- Orig file:
linux-2.4.19/arch/sparc64/kernel/irq.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/sparc64/kernel/irq.c linux-2.4.20/arch/sparc64/kernel/irq.c
@@ -147,7 +147,7 @@
if (imap == 0UL)
return;
- if (tlb_type == cheetah) {
+ if (tlb_type == cheetah || tlb_type == cheetah_plus) {
/* We set it to our Safari AID. */
__asm__ __volatile__("ldxa [%%g0] %1, %0"
: "=r" (tid)
@@ -1139,7 +1139,7 @@
unsigned long imap = bucket->imap;
unsigned int tid;
- if (tlb_type == cheetah) {
+ if (tlb_type == cheetah || tlb_type == cheetah_plus) {
tid = __cpu_logical_map[goal_cpu] << 26;
tid &= IMAP_AID_SAFARI;
} else if (this_is_starfire == 0) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)