mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
[PARISC] kill ENTRY_SYS_CPUS
it's unlikely iCOD will ever happen on parisc-linux now... ;-) Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
committed by
Kyle McMartin
parent
5492a0f001
commit
430a502abe
@@ -41,14 +41,6 @@ extern void smp_send_all_nop(void);
|
||||
|
||||
#define PROC_CHANGE_PENALTY 15 /* Schedule penalty */
|
||||
|
||||
#undef ENTRY_SYS_CPUS
|
||||
#ifdef ENTRY_SYS_CPUS
|
||||
#define STATE_RENDEZVOUS 0
|
||||
#define STATE_STOPPED 1
|
||||
#define STATE_RUNNING 2
|
||||
#define STATE_HALTED 3
|
||||
#endif
|
||||
|
||||
extern unsigned long cpu_present_mask;
|
||||
|
||||
#define raw_smp_processor_id() (current_thread_info()->cpu)
|
||||
|
||||
Reference in New Issue
Block a user