Messages in this thread |  | | | Subject | Re: [PATCH] Fix broken debug output reserve_region_with_split() | | From | Benjamin Herrenschmidt <> | | Date | Fri, 17 Oct 2008 16:21:38 +1100 | |
On Fri, 2008-10-17 at 16:12 +1100, Benjamin Herrenschmidt wrote:
> +#ifdef CONFIG_X86
> +#define IO_RSRC_SIZE 4
> +#elif CONFIG_PPC
> +#define IO_RSRC_SIZE 8
> +#else
> +#define IO_RSRC_SIZE MEM_RSRC_SIZE
> +#endif
And I'm obviously tired, the #elif CONFIG_PPC is bogus, feel free to fix
it up, else I'll send a new patch tomorrow or next week. No big deal.
Cheers,
Ben.
|  |