Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76112
b: refs/heads/master
c: 86faf39
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 25, 2008
1 parent 477bbb7 commit f6c1bba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b842271fbb9c8b5fd0e1c3e1895a3b67ba5bcc54
refs/heads/master: 86faf39d0fc04272b05fab1db6d683f3ac7199d1
4 changes: 0 additions & 4 deletions trunk/arch/ia64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ unsigned long __per_cpu_offset[NR_CPUS];
EXPORT_SYMBOL(__per_cpu_offset);
#endif

extern void ia64_setup_printk_clock(void);

DEFINE_PER_CPU(struct cpuinfo_ia64, cpu_info);
DEFINE_PER_CPU(unsigned long, local_per_cpu_offset);
unsigned long ia64_cycles_per_usec;
Expand Down Expand Up @@ -507,8 +505,6 @@ setup_arch (char **cmdline_p)
/* process SAL system table: */
ia64_sal_init(__va(efi.sal_systab));

ia64_setup_printk_clock();

#ifdef CONFIG_SMP
cpu_physical_id(0) = hard_smp_processor_id();
#endif
Expand Down
11 changes: 0 additions & 11 deletions trunk/arch/ia64/sn/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ extern void sn_timer_init(void);
extern unsigned long last_time_offset;
extern void (*ia64_mark_idle) (int);
extern void snidle(int);
extern unsigned long long (*ia64_printk_clock)(void);

unsigned long sn_rtc_cycles_per_second;
EXPORT_SYMBOL(sn_rtc_cycles_per_second);
Expand Down Expand Up @@ -360,14 +359,6 @@ sn_scan_pcdp(void)

static unsigned long sn2_rtc_initial;

static unsigned long long ia64_sn2_printk_clock(void)
{
unsigned long rtc_now = rtc_time();

return (rtc_now - sn2_rtc_initial) *
(1000000000 / sn_rtc_cycles_per_second);
}

/**
* sn_setup - SN platform setup routine
* @cmdline_p: kernel command line
Expand Down Expand Up @@ -468,8 +459,6 @@ void __init sn_setup(char **cmdline_p)

platform_intr_list[ACPI_INTERRUPT_CPEI] = IA64_CPE_VECTOR;

ia64_printk_clock = ia64_sn2_printk_clock;

printk("SGI SAL version %x.%02x\n", version >> 8, version & 0x00FF);

/*
Expand Down

0 comments on commit f6c1bba

Please sign in to comment.