mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull misc core updates from Ingo Molnar: "Two changes: - add membarriers to Documentation/features/ - fix a minor nit in panic printk formatting" * 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: panic: Add closing panic marker parenthesis Documentation/features, membarriers: Document membarrier-sync-core architecture support Documentation/features: Allow comments in arch features files
This commit is contained in:
commit
54dce3c35b
2 changed files with 2 additions and 2 deletions
|
@ -289,7 +289,7 @@ void panic(const char *fmt, ...)
|
|||
disabled_wait(caller);
|
||||
}
|
||||
#endif
|
||||
pr_emerg("---[ end Kernel panic - not syncing: %s\n", buf);
|
||||
pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf);
|
||||
local_irq_enable();
|
||||
for (i = 0; ; i += PANIC_TIMER_STEP) {
|
||||
touch_softlockup_watchdog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue