summaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm/param.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-19UAPI: (Scripted) Disintegrate arch/m32r/include/asmDavid Howells1-7/+0
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
2011-12-12UAPI: Make M32R use asm-generic/param.hDavid Howells1-17/+1
Make M32R use the generic settings to be found in asm-generic/param.h rather than defining its own as they're exactly the same. This sorts out a problem with HZ being redefined after the splitting of userspace headers from kernel headers. Signed-off-by: David Howells <dhowells@redhat.com> cc: Hirokazu Takata <takata@linux-m32r.org> cc: linux-m32r@ml.linux-m32r.org
2009-04-17m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata1-0/+23
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>