PATCH Merge more include files

Arnd Bergmann arnd at arndb.de
Fri Sep 2 13:18:32 EST 2005


On Dunnersdag 01 September 2005 22:51, Jon Loeliger wrote:
> +/*
> + * This file is included by 'init/main.c' to check for
> + * architecture-dependent bugs.
> + */
> +
> +extern void check_bugs(void);
> +

Actually, I think this could to be 

+static inline void check_bugs(void)
+{
+}

The function is empty on both ppc and ppc64, so we can just as
well get rid of the symbol as well.
The rest of the patch looks perfect to me.

	Arnd <><



More information about the Linuxppc64-dev mailing list