[PATCH] cpumask.h reorg
From: Paul Jackson <pj@sgi.com> Push the cpumask implementation from linux/cpumask.h into asm/cpumask.h, so that ia64 can do special things without breaking sparc64. 1) Each arch has its own include/asm-<arch>/cpumask.h file 2) That arch-specific header file can include <asm-generic/cpumask.h>, if it wants to make use of the generic cpumask implementation. 3) Using code should continue to include linux/cpumask.h, which in turn includes asm/cpumask.h. Some common implementation independent cpumask related items, such as the cpu_online_map, are declared directly in linux/cpumask.h.
Showing
include/asm-alpha/cpumask.h
0 → 100644
include/asm-arm/cpumask.h
0 → 100644
include/asm-arm26/cpumask.h
0 → 100644
include/asm-cris/cpumask.h
0 → 100644
include/asm-h8300/cpumask.h
0 → 100644
include/asm-i386/cpumask.h
0 → 100644
include/asm-ia64/cpumask.h
0 → 100644
include/asm-m68k/cpumask.h
0 → 100644
include/asm-mips/cpumask.h
0 → 100644
include/asm-parisc/cpumask.h
0 → 100644
include/asm-ppc/cpumask.h
0 → 100644
include/asm-ppc64/cpumask.h
0 → 100644
include/asm-s390/cpumask.h
0 → 100644
include/asm-sh/cpumask.h
0 → 100644
include/asm-sparc/cpumask.h
0 → 100644
include/asm-um/cpumask.h
0 → 100644
include/asm-v850/cpumask.h
0 → 100644
include/asm-x86_64/cpumask.h
0 → 100644
Please register or sign in to comment