Re: [PATCH 2/9] x86: Add macro for 64bit entry for bzImage

2012-11-16 Thread H. Peter Anvin
On 11/16/2012 12:53 AM, Yinghai Lu wrote: > will use it with bzImage header. This isn't really a decent description. The subject line should stand alone from the patch comment. Think of it as a newspaper headline versus the newspaper article. -hpa -- To unsubscribe from this list: send

[PATCH 2/9] x86: Add macro for 64bit entry for bzImage

2012-11-16 Thread Yinghai Lu
will use it with bzImage header. Signed-off-by: Yinghai Lu Cc: Matt Fleming --- arch/x86/boot/compressed/head_64.S |2 +- arch/x86/include/asm/boot.h|2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compress