diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/vmlinux.lds.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index ef3e4f1042b5..0bdbaa579696 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S | |||
@@ -3,7 +3,8 @@ | |||
3 | * | 3 | * |
4 | * Historic 32-bit version written by Martin Mares <mj@atrey.karlin.mff.cuni.cz> | 4 | * Historic 32-bit version written by Martin Mares <mj@atrey.karlin.mff.cuni.cz> |
5 | * | 5 | * |
6 | * Modernisation and unification done by Sam Ravnborg <sam@ravnborg.org> | 6 | * Modernisation, unification and other changes and fixes: |
7 | * Copyright (C) 2007-2009 Sam Ravnborg <sam@ravnborg.org> | ||
7 | * | 8 | * |
8 | * | 9 | * |
9 | * Don't define absolute symbols until and unless you know that symbol | 10 | * Don't define absolute symbols until and unless you know that symbol |