patch-2.4.4 linux/include/asm-ia64/sn/sn1/leds.h
Next file: linux/include/asm-ia64/sn/sn1/router.h
Previous file: linux/include/asm-ia64/sn/sn1/ip27config.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Apr 5 12:51:47 2001
- Orig file:
v2.4.3/linux/include/asm-ia64/sn/sn1/leds.h
- Orig date:
Thu Jan 4 13:00:15 2001
diff -u --recursive --new-file v2.4.3/linux/include/asm-ia64/sn/sn1/leds.h linux/include/asm-ia64/sn/sn1/leds.h
@@ -25,7 +25,7 @@
long *ledp;
int eid;
- eid = hard_processor_sapicid() & 3;
+ eid = hard_smp_processor_id() & 3;
ledp = (long*) (LED0 + (eid<<3));
*ledp = val;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)