commit | 1699e5c9c414f0e3b393eb87c4acfc319fe7a1c4 | [log] [tgz] |
---|---|---|
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Tue Apr 21 23:31:12 2009 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 14 13:50:27 2009 +0100 |
tree | 1e0d7d478d245a53070099901c53ed72cb8160bd | |
parent | ad058e95f943e26205aa916b83b85ccb21bd4812 [diff] |
MIPS: IP27: Fix clash with NMI_OFFSET from hardirq.h There was already a define for NMI_OFFSET in asm/sn/addr.h, which now clashes with linux/hardirq.h. Rename the one in sn/addr.h to fix IP27 builds.. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>