1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/arch/mips/include/asm/sn
наб 21c660fd7c MIPS: remove define-only GDA_MAGIC, previously magic number
The last user was removed in the 2.6.4 "MIPS mega-patch", pre-git

Found with
grep MAGIC Documentation/process/magic-number.rst | while read -r mag _;
do git grep -wF "$mag"  | grep -ve '^Documentation.*magic-number.rst:' \
-qe ':#define '"$mag" || git grep -wF "$mag" | while IFS=: read -r f _;
do sed -i '/\b'"$mag"'\b/d' "$f"; done ; done

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Link: https://lore.kernel.org/r/c2e7510beebdd698e20d0704712e623fad00fc1c.1663280877.git.nabijaczleweli@nabijaczleweli.xyz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-09-24 14:17:18 +02:00
..
sn0 MIPS: SGI-IP27: Use specific get_region_shift 2020-01-09 15:30:01 -08:00
addrs.h MIPS: SGI-IP27: get rid of volatile and hubreg_t 2019-02-19 12:46:02 -08:00
agent.h MIPS: SGI-IP27: get rid of compact node ids 2019-10-07 09:37:59 -07:00
arch.h MIPS: SGI-IP27: Move get_nasid() to a IP27 specific file 2020-01-09 15:29:54 -08:00
fru.h MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
gda.h MIPS: remove define-only GDA_MAGIC, previously magic number 2022-09-24 14:17:18 +02:00
intr.h MIPS: SGI-IP27: Only reserve interrupts used in Linux 2020-01-09 15:30:04 -08:00
io.h MIPS: SGI-IP27: get rid of volatile and hubreg_t 2019-02-19 12:46:02 -08:00
ioc3.h MIPS: PCI: Add detection of IOC3 on IO7, IO8, IO9 and Fuel 2020-01-24 11:37:45 -08:00
irq_alloc.h MIPS: SGI-IP27: abstract chipset irq from bridge 2019-05-09 16:48:20 -07:00
klconfig.h MIPS: SGI-IP27: use cpu physid already present while scanning for CPUs 2020-01-09 15:29:46 -08:00
kldir.h MIPS: SGI-IP27: Split kldir.h into generic SN and IP27 parts 2020-01-09 15:29:56 -08:00
klkernvars.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
launch.h MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
mapped_kernel.h MIPS: SGI-IP27: get rid of compact node ids 2019-10-07 09:37:59 -07:00
nmi.h MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
types.h MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuff 2020-01-09 15:29:50 -08:00