|
@@ -27,9 +27,7 @@ struct iommu_table;
|
|
struct rtc_time;
|
|
struct rtc_time;
|
|
struct file;
|
|
struct file;
|
|
struct pci_controller;
|
|
struct pci_controller;
|
|
-#ifdef CONFIG_KEXEC
|
|
|
|
struct kimage;
|
|
struct kimage;
|
|
-#endif
|
|
|
|
|
|
|
|
#ifdef CONFIG_SMP
|
|
#ifdef CONFIG_SMP
|
|
struct smp_ops_t {
|
|
struct smp_ops_t {
|
|
@@ -72,7 +70,7 @@ struct machdep_calls {
|
|
int psize, int ssize);
|
|
int psize, int ssize);
|
|
void (*flush_hash_range)(unsigned long number, int local);
|
|
void (*flush_hash_range)(unsigned long number, int local);
|
|
|
|
|
|
- /* special for kexec, to be called in real mode, linar mapping is
|
|
|
|
|
|
+ /* special for kexec, to be called in real mode, linear mapping is
|
|
* destroyed as well */
|
|
* destroyed as well */
|
|
void (*hpte_clear_all)(void);
|
|
void (*hpte_clear_all)(void);
|
|
|
|
|
|
@@ -324,8 +322,6 @@ extern sys_ctrler_t sys_ctrler;
|
|
|
|
|
|
#endif /* CONFIG_PPC_PMAC */
|
|
#endif /* CONFIG_PPC_PMAC */
|
|
|
|
|
|
-extern void setup_pci_ptrs(void);
|
|
|
|
-
|
|
|
|
#ifdef CONFIG_SMP
|
|
#ifdef CONFIG_SMP
|
|
/* Poor default implementations */
|
|
/* Poor default implementations */
|
|
extern void __devinit smp_generic_give_timebase(void);
|
|
extern void __devinit smp_generic_give_timebase(void);
|