cputable.h (7246f60068840847bdcf595be5f0b5ca632736e0) | cputable.h (5a61ef74f269f2573f48fa53607a8911216c3326) |
---|---|
1#ifndef __ASM_POWERPC_CPUTABLE_H 2#define __ASM_POWERPC_CPUTABLE_H 3 4 5#include <linux/types.h> 6#include <asm/asm-compat.h> 7#include <asm/feature-fixups.h> 8#include <uapi/asm/cputable.h> --- 104 unchanged lines hidden (view full) --- 113 void (*flush_tlb)(unsigned int action); 114 115}; 116 117extern struct cpu_spec *cur_cpu_spec; 118 119extern unsigned int __start___ftr_fixup, __stop___ftr_fixup; 120 | 1#ifndef __ASM_POWERPC_CPUTABLE_H 2#define __ASM_POWERPC_CPUTABLE_H 3 4 5#include <linux/types.h> 6#include <asm/asm-compat.h> 7#include <asm/feature-fixups.h> 8#include <uapi/asm/cputable.h> --- 104 unchanged lines hidden (view full) --- 113 void (*flush_tlb)(unsigned int action); 114 115}; 116 117extern struct cpu_spec *cur_cpu_spec; 118 119extern unsigned int __start___ftr_fixup, __stop___ftr_fixup; 120 |
121extern void set_cur_cpu_spec(struct cpu_spec *s); |
|
121extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr); | 122extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr); |
123extern void identify_cpu_name(unsigned int pvr); |
|
122extern void do_feature_fixups(unsigned long value, void *fixup_start, 123 void *fixup_end); 124 125extern const char *powerpc_base_platform; 126 127#ifdef CONFIG_JUMP_LABEL_FEATURE_CHECKS 128extern void cpu_feature_keys_init(void); 129#else --- 465 unchanged lines hidden --- | 124extern void do_feature_fixups(unsigned long value, void *fixup_start, 125 void *fixup_end); 126 127extern const char *powerpc_base_platform; 128 129#ifdef CONFIG_JUMP_LABEL_FEATURE_CHECKS 130extern void cpu_feature_keys_init(void); 131#else --- 465 unchanged lines hidden --- |