Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bbc15f46fe4dc2862325e2b4ba474a854162e1a1
Commit:     bbc15f46fe4dc2862325e2b4ba474a854162e1a1
Parent:     91c4b8cb5ab8cc3e8352739e35699c0487a6b6f3
Author:     Paul Bolle <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 10 23:39:02 2007 +0200
Committer:  H. Peter Anvin <[EMAIL PROTECTED]>
CommitDate: Thu Sep 20 11:06:59 2007 -0700

    [x86 setup] Fix typo in arch/i386/boot/header.S
    
    There's an obvious typo in arch/i386/boot/header.S (in your
    linux-2.6-x86setup.git) that I noticed by just studying the code.
    
    Signed-off-by: Paul Bolle <[EMAIL PROTECTED]>
    Signed-off-by: H. Peter Anvin <[EMAIL PROTECTED]>
---
 arch/i386/boot/header.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/i386/boot/header.S b/arch/i386/boot/header.S
index 7f4a2c5..f3140e5 100644
--- a/arch/i386/boot/header.S
+++ b/arch/i386/boot/header.S
@@ -275,7 +275,7 @@ die:
        hlt
        jmp     die
 
-       .size   die, .-due
+       .size   die, .-die
 
        .section ".initdata", "a"
 setup_corrupt:
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to