X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fxmon.h;h=88320a05f0a8738615bc8ea62c5cc606edf9ff15;hb=de29cba9c9bb2dc35803e8d5c968a454e297b8f3;hp=f1d337ed68d5bfdaf16ee9eaf6823ffa2ead81d7;hpb=d002ec481c24f325ed6cfcb7810d317c015dd1b5;p=linux-2.6 diff --git a/include/asm-powerpc/xmon.h b/include/asm-powerpc/xmon.h index f1d337ed68..88320a05f0 100644 --- a/include/asm-powerpc/xmon.h +++ b/include/asm-powerpc/xmon.h @@ -14,8 +14,10 @@ #ifdef CONFIG_XMON extern void xmon_setup(void); +extern void xmon_register_spus(struct list_head *list); #else static inline void xmon_setup(void) { }; +static inline void xmon_register_spus(struct list_head *list) { }; #endif #endif /* __KERNEL __ */