aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm/cputime.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-13arch: Remove stub cputime.h headersFrederic Weisbecker1-6/+0
Many architectures have a stub cputime.h that only include the default cputime.h Lets remove the useless headers, we only need to mention that we want the default headers on the Kbuild files. Cc: Archs <linux-arch@vger.kernel.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Acked-by: Rik van Riel <riel@redhat.com> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
2008-10-29[CRIS] Move header files from include to arch/cris/include.Jesper Nilsson1-0/+6
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>