diff options
Diffstat (limited to 'arch/microblaze/kernel/vmlinux.lds.S')
| -rw-r--r-- | arch/microblaze/kernel/vmlinux.lds.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S index 20b0552391d1..96a88c31fe48 100644 --- a/arch/microblaze/kernel/vmlinux.lds.S +++ b/arch/microblaze/kernel/vmlinux.lds.S | |||
| @@ -15,7 +15,11 @@ ENTRY(microblaze_start) | |||
| 15 | #include <asm-generic/vmlinux.lds.h> | 15 | #include <asm-generic/vmlinux.lds.h> |
| 16 | #include <asm/thread_info.h> | 16 | #include <asm/thread_info.h> |
| 17 | 17 | ||
| 18 | #ifdef __MICROBLAZEEL__ | ||
| 19 | jiffies = jiffies_64; | ||
| 20 | #else | ||
| 18 | jiffies = jiffies_64 + 4; | 21 | jiffies = jiffies_64 + 4; |
| 22 | #endif | ||
| 19 | 23 | ||
| 20 | SECTIONS { | 24 | SECTIONS { |
| 21 | . = CONFIG_KERNEL_START; | 25 | . = CONFIG_KERNEL_START; |
