aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/vmlinux.lds.S')
-rw-r--r--arch/microblaze/kernel/vmlinux.lds.S4
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__
19jiffies = jiffies_64;
20#else
18jiffies = jiffies_64 + 4; 21jiffies = jiffies_64 + 4;
22#endif
19 23
20SECTIONS { 24SECTIONS {
21 . = CONFIG_KERNEL_START; 25 . = CONFIG_KERNEL_START;