diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-06-12 10:26:21 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-06-12 10:27:29 +0200 |
commit | 76d4e00a05d06c1d1552adea24fcf6182c9d8999 (patch) | |
tree | 932881ed89489a912fc4c3ab15b03290283d60e2 /arch/s390/kernel/nmi.c | |
parent | 7aa79f948749da7de3de0c427e9c9ee0ff595243 (diff) | |
download | op-kernel-dev-76d4e00a05d06c1d1552adea24fcf6182c9d8999.zip op-kernel-dev-76d4e00a05d06c1d1552adea24fcf6182c9d8999.tar.gz |
[S390] merge cpu.h into cputime.h
All definition in cpu.h have to do with cputime accounting. Move
them to cputime.h and remove the header file.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/nmi.c')
-rw-r--r-- | arch/s390/kernel/nmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/nmi.c b/arch/s390/kernel/nmi.c index 28cf196..015e27d 100644 --- a/arch/s390/kernel/nmi.c +++ b/arch/s390/kernel/nmi.c @@ -16,7 +16,7 @@ #include <asm/lowcore.h> #include <asm/smp.h> #include <asm/etr.h> -#include <asm/cpu.h> +#include <asm/cputime.h> #include <asm/nmi.h> #include <asm/crw.h> |