[PATCH v2 07/31] arm64: Process management

Arnd Bergmann arnd at arndb.de
Wed Aug 15 09:53:01 EDT 2012


On Tuesday 14 August 2012, Catalin Marinas wrote:

> +#define THREAD_SIZE_ORDER	1
> +#define THREAD_SIZE		8192
> +#define THREAD_START_SP		(THREAD_SIZE - 16)

THREAD_SIZE_ORDER looks wrong for 64kb-page kernels. It also doesn't seem to
be used, so better remove it.

	Arnd




More information about the linux-arm-kernel mailing list