linux/arch/sparc/mm
Stephen Rothwell 6ac5c61082 sparc: replace uses of CPU_MASK_ALL_PTR
CPU_MASK_ALL is the (deprecated) "all bits set" cpumask, defined as so:

	#define CPU_MASK_ALL (cpumask_t) { { ... } }

Taking the address of such a temporary is questionable at best,
unfortunately 321a8e9d (cpumask: add CPU_MASK_ALL_PTR macro) added
CPU_MASK_ALL_PTR:

	#define CPU_MASK_ALL_PTR (&CPU_MASK_ALL)

Which formalizes this practice.  One day gcc could bite us over this
usage (though we seem to have gotten away with it so far).

[Description by Rusty Russell]
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-16 04:56:55 -07:00
..
btfixup.c
extable.c
fault_32.c
fault_64.c
generic_32.c
generic_64.c
highmem.c
hugetlbpage.c
hypersparc.S
init_32.c
init_64.c
init_64.h
io-unit.c
iommu.c
loadmmu.c
Makefile
nosun4c.c
srmmu.c
sun4c.c
swift.S
tlb.c
tsb.c
tsunami.S
ultra.S
viking.S