mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[adm5120] switch to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10427 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include <linux/irq.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
#include <asm/bootinfo.h>
|
||||
#include <asm/addrspace.h>
|
||||
|
||||
#include <adm5120_info.h>
|
||||
@@ -50,7 +49,6 @@ void adm5120_halt(void)
|
||||
{
|
||||
local_irq_disable();
|
||||
|
||||
printk(KERN_NOTICE "\n** You can safely turn off the power\n");
|
||||
while (1) {
|
||||
if (cpu_wait)
|
||||
cpu_wait();
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/version.h>
|
||||
|
||||
#include <asm/reboot.h>
|
||||
#include <asm/time.h>
|
||||
@@ -60,11 +59,6 @@ void __init plat_mem_setup(void)
|
||||
adm5120_mem_init();
|
||||
adm5120_report();
|
||||
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
|
||||
extern void plat_time_init(void) __init;
|
||||
board_time_init = plat_time_init;
|
||||
#endif
|
||||
|
||||
_machine_restart = adm5120_restart;
|
||||
_machine_halt = adm5120_halt;
|
||||
pm_power_off = adm5120_halt;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/timex.h>
|
||||
#include <linux/version.h>
|
||||
|
||||
#include <asm/irq.h>
|
||||
#include <asm/cpu.h>
|
||||
@@ -34,13 +33,3 @@ void __init plat_time_init(void)
|
||||
{
|
||||
mips_hpt_frequency = adm5120_speed / 2;
|
||||
}
|
||||
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
|
||||
void __init plat_timer_setup(struct irqaction *irq)
|
||||
{
|
||||
clear_c0_status(ST0_BEV);
|
||||
|
||||
/* Install ISR for CPU Counter interrupt */
|
||||
setup_irq(ADM5120_IRQ_COUNTER, irq);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user