diff options
author | Olof Johansson <olof@lixom.net> | 2013-08-11 18:33:54 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-08-11 18:33:54 -0400 |
commit | 4ddbed9618724d52a7a79c1e10ef5adb46fcccf7 (patch) | |
tree | ffe64efb333d7dcdb5b2cf43ffef97b25261702c /arch/parisc/kernel/processor.c | |
parent | 16649596d701c0f4f767bbcad7da4d6343ba8a9e (diff) | |
parent | fa8c5a811e0e7c3e1c49b2e58fcb4db549b5719a (diff) |
Merge tag 'boards-3.12' of git://git.infradead.org/linux-mvebu into next/boards
From Jason Cooper:
mvebu boards changes for v3.12
- convert kirkwood, dove, orion5x to DT init of mv643xx_eth
- _lots_ of board code removal :)
- convert kirkwood, dove and orion5x to DT init of clocksource and irqchip
* tag 'boards-3.12' of git://git.infradead.org/linux-mvebu:
ARM: plat-orion: add reg offset to DT irq driver stub
ARM: kirkwood: remove obsolete SDIO clock gate workaround
ARM: kirkwood: convert to DT irqchip and clocksource
ARM: dove: convert to DT irqchip and clocksource
ARM: orion5x: update intc device tree node to new reg layout
ARM: kirkwood: move device tree nodes to DT irqchip and clocksource
ARM: dove: move device tree nodes to DT irqchip and clocksource
ARM: orion5x: remove legacy mv643xx_eth board setup
ARM: kirkwood: remove legacy clk alias for mv643xx_eth
ARM: kirkwood: remove redundant DT board files
ARM: dove: remove legacy mv643xx_eth setup
ARM: orion5x: add gigabit ethernet and mvmdio device tree nodes
ARM: kirkwood: add gigabit ethernet and mvmdio device tree nodes
ARM: dove: add gigabit ethernet and mvmdio device tree nodes
+ Linux 3.11-rc2
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/parisc/kernel/processor.c')
-rw-r--r-- | arch/parisc/kernel/processor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/parisc/kernel/processor.c b/arch/parisc/kernel/processor.c index 8a96c8ab9fe6..b68d977ce30f 100644 --- a/arch/parisc/kernel/processor.c +++ b/arch/parisc/kernel/processor.c | |||
@@ -73,7 +73,7 @@ extern int update_cr16_clocksource(void); /* from time.c */ | |||
73 | * | 73 | * |
74 | * FIXME: doesn't do much yet... | 74 | * FIXME: doesn't do much yet... |
75 | */ | 75 | */ |
76 | static void __cpuinit | 76 | static void |
77 | init_percpu_prof(unsigned long cpunum) | 77 | init_percpu_prof(unsigned long cpunum) |
78 | { | 78 | { |
79 | struct cpuinfo_parisc *p; | 79 | struct cpuinfo_parisc *p; |
@@ -92,7 +92,7 @@ init_percpu_prof(unsigned long cpunum) | |||
92 | * (return 1). If so, initialize the chip and tell other partners in crime | 92 | * (return 1). If so, initialize the chip and tell other partners in crime |
93 | * they have work to do. | 93 | * they have work to do. |
94 | */ | 94 | */ |
95 | static int __cpuinit processor_probe(struct parisc_device *dev) | 95 | static int processor_probe(struct parisc_device *dev) |
96 | { | 96 | { |
97 | unsigned long txn_addr; | 97 | unsigned long txn_addr; |
98 | unsigned long cpuid; | 98 | unsigned long cpuid; |
@@ -299,7 +299,7 @@ void __init collect_boot_cpu_data(void) | |||
299 | * | 299 | * |
300 | * o Enable CPU profiling hooks. | 300 | * o Enable CPU profiling hooks. |
301 | */ | 301 | */ |
302 | int __cpuinit init_per_cpu(int cpunum) | 302 | int init_per_cpu(int cpunum) |
303 | { | 303 | { |
304 | int ret; | 304 | int ret; |
305 | struct pdc_coproc_cfg coproc_cfg; | 305 | struct pdc_coproc_cfg coproc_cfg; |