mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Drop romcc references as it's no longer used in LinuxBIOSv3.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@331 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
53099f8d1c
commit
a4d3de4621
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@
|
|||
#define MTRRfix4K_F0000_MSR 0x26e
|
||||
#define MTRRfix4K_F8000_MSR 0x26f
|
||||
|
||||
#if !defined(__ROMCC__) && !defined (ASSEMBLY)
|
||||
#if !defined (ASSEMBLY)
|
||||
|
||||
void x86_setup_var_mtrrs(unsigned address_bits);
|
||||
void x86_setup_mtrrs(unsigned address_bits);
|
||||
int x86_mtrr_check(void);
|
||||
|
||||
#endif /* __ROMCC__ */
|
||||
#endif
|
||||
|
||||
#endif /* CPU_X86_MTRR_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue