Re: [PATCH] tile: fix compile failure on start_kernel in setup.c

From: Chris Metcalf
Date: Fri May 18 2012 - 21:09:24 EST


On 5/18/2012 7:00 PM, Paul Gortmaker wrote:
> Commit 293ef7b8288da79112276ddd53902aff75ce7494
>
> "tile: Use generic init_task"
>
> deleted the file tile/kernel/init_task.c and moved the remaining
> needed code to tile/kernel/setup.c -- but this code references
> start_kernel and setup.c didn't include that, causing this fail:
>
> arch/tile/kernel/setup.c:69:344: error: 'start_kernel' undeclared here (not in a function)
>
> Adding the obvious include fixes it.
>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Chris Metcalf <cmetcalf@xxxxxxxxxx>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx>

Acked-by: Chris Metcalf <cmetcalf@xxxxxxxxxx>

--
Chris Metcalf, Tilera Corp.
http://www.tilera.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/