Commit 993e0986 authored by David S. Miller's avatar David S. Miller

SPARC64: Kill BR_GLOBALIRQ_LOCK and cpp warning about it. Kill include typo.

parent 7559047b
......@@ -16,7 +16,6 @@
typedef struct {
unsigned int __softirq_pending;
unsigned int __unused_1;
#warning DaveM kill SMP irq brlock... no longer needed...
unsigned int __unused_2;
unsigned int __unused_3;
unsigned int __syscall_count;
......
......@@ -6,7 +6,7 @@
#ifndef __SPARC64_SOFTIRQ_H
#define __SPARC64_SOFTIRQ_H
#include <asm/preempt.h>
#include <linux/preempt.h>
#include <asm/hardirq.h>
#include <asm/system.h> /* for membar() */
......
......@@ -34,7 +34,6 @@
/* Register bigreader lock indices here. */
enum brlock_indices {
BR_GLOBALIRQ_LOCK,
BR_NETPROTO_LOCK,
BR_LLC_LOCK,
__BR_END
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment