~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/sparc/kernel/devices.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <asm/system.h>
21
21
#include <asm/cpudata.h>
22
22
 
23
 
extern void cpu_probe(void);
24
23
extern void clock_stop_probe(void); /* tadpole.c */
25
24
extern void sun4c_probe_memerr_reg(void);
26
25
 
115
114
 
116
115
void __init device_scan(void)
117
116
{
118
 
        prom_printf("Booting Linux...\n");
 
117
        printk(KERN_NOTICE "Booting Linux...\n");
119
118
 
120
119
#ifndef CONFIG_SMP
121
120
        {
133
132
        }
134
133
#endif /* !CONFIG_SMP */
135
134
 
136
 
        cpu_probe();
137
135
        {
138
136
                extern void auxio_probe(void);
139
137
                extern void auxio_power_probe(void);