You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] Remove obsolete PIC mode
PIC mode is an outdated way to drive the APICs that was used on some early MP boards. It is not supported in the ACPI model. It is unlikely to be ever configured by any x86-64 system Remove it thus. Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
@@ -178,7 +178,6 @@ extern int mp_irq_entries;
|
||||
extern struct mpc_config_intsrc mp_irqs [MAX_IRQ_SOURCES];
|
||||
extern int mpc_default_type;
|
||||
extern unsigned long mp_lapic_addr;
|
||||
extern int pic_mode;
|
||||
|
||||
#ifdef CONFIG_ACPI
|
||||
extern void mp_register_lapic (u8 id, u8 enabled);
|
||||
|
||||
@@ -33,7 +33,6 @@ extern cpumask_t cpu_initialized;
|
||||
|
||||
extern void smp_alloc_memory(void);
|
||||
extern volatile unsigned long smp_invalidate_needed;
|
||||
extern int pic_mode;
|
||||
extern void lock_ipi_call_lock(void);
|
||||
extern void unlock_ipi_call_lock(void);
|
||||
extern int smp_num_siblings;
|
||||
|
||||
Reference in New Issue
Block a user