diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-20 19:54:59 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-20 19:54:59 +0000 |
commit | 6a441bfb46337ed6b59abed56dad35d94802282c (patch) | |
tree | 44eb1d67fcbc450907472186bbc0036afe9e380c /payloads/libpayload/i386/util.S | |
parent | 5f4c8abb6537fa7377969e837dab987abefcf922 (diff) |
Cosmetics, coding style fixes (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3180 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/i386/util.S')
-rw-r--r-- | payloads/libpayload/i386/util.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/payloads/libpayload/i386/util.S b/payloads/libpayload/i386/util.S index a0b1b0980d..9858d29b05 100644 --- a/payloads/libpayload/i386/util.S +++ b/payloads/libpayload/i386/util.S @@ -26,12 +26,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - .global halt + + .global halt .text .align 4 - -/* This function puts the system into a halt. */ +/* This function puts the system into a halt. */ halt: cli hlt |