From fe21773d655c2c64641ec2cef499289ea175c817 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 6 Sep 2005 15:16:34 -0700 Subject: [PATCH] [PATCH] Provide better printk() support for SMP machines The attached patch prevents oopses interleaving with characters from other printks on other CPUs by only breaking the lock if the oops is happening on the machine holding the lock. It might be better if the oops generator got the lock and then called an inner vprintk routine that assumed the caller holds the lock, thus making oops reports "atomic". Signed-Off-By: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed