x86, boot: Simplify setting of the PAE bit
authorAlexander Potashev <aspotashev@gmail.com>
Fri, 23 Oct 2009 23:37:23 +0000 (03:37 +0400)
committerIngo Molnar <mingo@elte.hu>
Sat, 24 Oct 2009 09:06:38 +0000 (11:06 +0200)
commit4868402d9582bfb00a5f0157ae5d7ffd2d539fb0
tree317ed346e8415fa959c8e0a3d3e0af62961b5401
parentb1258ac2963d42ee7e807d2993d15e3dd39ff4b0
x86, boot: Simplify setting of the PAE bit

A single 'movl' is shorter than the 'xorl'-'orl' pair.
No change in behaviour.

Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
LKML-Reference: <1256341043-4928-1-git-send-email-aspotashev@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/boot/compressed/head_64.S