[PATCH] use smp_processor_id() in init_IRQ()
This replaces current_thread_info()->cpu in i386' init_IRQ() by the equivalent smp_processor_id(). Reduces overhead on UP, and makes the code cleaner.
Showing
Please register or sign in to comment