]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Remove unneeded #defines in head.S
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 19 Aug 2005 04:52:32 +0000 (14:52 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 29 Aug 2005 00:53:34 +0000 (10:53 +1000)
commit1d086e6bd605ac44154e019fe96ae3568e8b2ba2
tree02143cb69ab39a8d3c54e7444ff79836282517a7
parent60ba44945714d9b7dae8b85ab0926f6f13809c73
[PATCH] Remove unneeded #defines in head.S

arch/ppc64/kernel/head.S #defines SECONDARY_PROCESSORS then has some
#ifdefs based on it.  Whatever purpose this had is long lost, this
patch removes it.

Likewise, head.S defines H_SET_ASR, which is now defined, along with
other hypervisor call numbers in hvcall.h.  This patch deletes it, as
well, from head.S.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/head.S