X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fsystem.h;fp=include%2Fasm-ppc%2Fsystem.h;h=e8c8e88dc2f68839701abaf2c28bc4eb501acf7c;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=3885c4d834231018c51ab76cffdc5058e231ce7a;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/include/asm-ppc/system.h b/include/asm-ppc/system.h index 3885c4d83..e8c8e88dc 100644 --- a/include/asm-ppc/system.h +++ b/include/asm-ppc/system.h @@ -76,11 +76,15 @@ extern void giveup_fpu(struct task_struct *); extern void enable_kernel_fp(void); extern void giveup_altivec(struct task_struct *); extern void load_up_altivec(struct task_struct *); +extern int fix_alignment(struct pt_regs *); extern void cvt_fd(float *from, double *to, unsigned long *fpscr); extern void cvt_df(double *from, float *to, unsigned long *fpscr); extern int call_rtas(const char *, int, int, unsigned long *, ...); extern int abs(int); extern void cacheable_memzero(void *p, unsigned int nb); +extern int do_page_fault(struct pt_regs *, unsigned long, unsigned long); +extern void bad_page_fault(struct pt_regs *, unsigned long, int); +extern void die(const char *, struct pt_regs *, long); struct device_node; extern void note_scsi_host(struct device_node *, void *);