aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/processor.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2020-10-24 12:43:11 +0200
committerHelge Deller <deller@gmx.de>2020-11-11 14:57:30 +0100
commit93346da8ff47cc00f953c7f38a2d6ba11977fc42 (patch)
tree3b460f9c47236fd1e1f9df45fb841f488dd79e13 /arch/parisc/include/asm/processor.h
parentLinux 5.10-rc3 (diff)
downloadlinux-dev-93346da8ff47cc00f953c7f38a2d6ba11977fc42.tar.xz
linux-dev-93346da8ff47cc00f953c7f38a2d6ba11977fc42.zip
parisc: Drop loops_per_jiffy from per_cpu struct
There is no need to keep a loops_per_jiffy value per cpu. Drop it. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r--arch/parisc/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
index 6e2a8176b0dd..40135be97965 100644
--- a/arch/parisc/include/asm/processor.h
+++ b/arch/parisc/include/asm/processor.h
@@ -97,7 +97,6 @@ struct cpuinfo_parisc {
unsigned long cpu_loc; /* CPU location from PAT firmware */
unsigned int state;
struct parisc_device *dev;
- unsigned long loops_per_jiffy;
};
extern struct system_cpuinfo_parisc boot_cpu_data;