Skip to content

Commit

Permalink
parisc: remove gratuitous cpu_online_map declaration.
Browse files Browse the repository at this point in the history
This is defined in linux/cpumask.h (included in this file already),
and this is now defined differently.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: linux-parisc@vger.kernel.org
  • Loading branch information
Rusty Russell committed Dec 31, 2008
1 parent 915441b commit 165ac43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/parisc/include/asm/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include <linux/cpumask.h>
typedef unsigned long address_t;

extern cpumask_t cpu_online_map;


/*
* Private routines/data
Expand Down

0 comments on commit 165ac43

Please sign in to comment.