diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-25 11:57:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-25 11:57:02 +0100 |
commit | 75d149d0e0c688b9f121f06114abdae3bebff62c (patch) | |
tree | 33dc8e6d17ae25f6708545c93624f0076331ffa0 /target/linux/patches/3.12.13/microblaze-setup.patch | |
parent | 03df3c583f438cff26dafb29560d92168213f41b (diff) | |
parent | ba105bca2ce90ba702f2c03c2608a8658c22ba1e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/patches/3.12.13/microblaze-setup.patch')
-rw-r--r-- | target/linux/patches/3.12.13/microblaze-setup.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/3.12.13/microblaze-setup.patch b/target/linux/patches/3.12.13/microblaze-setup.patch new file mode 100644 index 000000000..43815f274 --- /dev/null +++ b/target/linux/patches/3.12.13/microblaze-setup.patch @@ -0,0 +1,12 @@ +diff -Nur linux-3.11.10.orig/arch/microblaze/kernel/setup.c linux-3.11.10/arch/microblaze/kernel/setup.c +--- linux-3.11.10.orig/arch/microblaze/kernel/setup.c 2013-11-29 19:42:37.000000000 +0100 ++++ linux-3.11.10/arch/microblaze/kernel/setup.c 2013-12-08 13:02:37.000000000 +0100 +@@ -177,7 +177,7 @@ + #else + if (!msr) { + pr_info("!!!Your kernel not setup MSR instruction but "); +- pr_cont"CPU have it %x\n", msr); ++ pr_cont("CPU have it %x\n", msr); + } + #endif + |