|
@@ -8,7 +8,6 @@
|
|
*
|
|
*
|
|
* Copyright (C) 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
|
|
* Copyright (C) 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
|
|
*/
|
|
*/
|
|
-#include <linux/kernel.h>
|
|
|
|
#include <linux/rwsem.h>
|
|
#include <linux/rwsem.h>
|
|
#include <linux/mutex.h>
|
|
#include <linux/mutex.h>
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
@@ -39,7 +38,6 @@ int debug_locks_off(void)
|
|
{
|
|
{
|
|
if (__debug_locks_off()) {
|
|
if (__debug_locks_off()) {
|
|
if (!debug_locks_silent) {
|
|
if (!debug_locks_silent) {
|
|
- oops_in_progress = 1;
|
|
|
|
console_verbose();
|
|
console_verbose();
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|