Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Conflicts: arch/parisc/kernel/irq.c arch/x86/include/asm/fixmap_64.h arch/x86/include/asm/setup.h kernel/irq/handle.c Semantic merge: arch/x86/include/asm/fixmap.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@ -143,7 +143,7 @@ DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_LE,
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_X86_64
|
||||
#include "mach_timer.h"
|
||||
#include <asm/mach_timer.h>
|
||||
#define PMTMR_EXPECTED_RATE \
|
||||
((CALIBRATE_LATCH * (PMTMR_TICKS_PER_SEC >> 10)) / (CLOCK_TICK_RATE>>10))
|
||||
/*
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include "mach_timer.h"
|
||||
#include <asm/mach_timer.h>
|
||||
|
||||
#define CYCLONE_CBAR_ADDR 0xFEB00CD0 /* base address ptr */
|
||||
#define CYCLONE_PMCC_OFFSET 0x51A0 /* offset to control register */
|
||||
|
Reference in New Issue
Block a user