mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
MIPS: Remove NETLOGIC support
No (active) developer owns this hardware, so let's remove Linux support. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
626bfa0372
commit
95b8a5e011
79 changed files with 6 additions and 11559 deletions
|
@ -22,17 +22,6 @@ extern void octeon_cop2_restore(struct octeon_cop2_state *);
|
|||
#define cop2_present 1
|
||||
#define cop2_lazy_restore 1
|
||||
|
||||
#elif defined(CONFIG_CPU_XLP)
|
||||
|
||||
extern void nlm_cop2_save(struct nlm_cop2_state *);
|
||||
extern void nlm_cop2_restore(struct nlm_cop2_state *);
|
||||
|
||||
#define cop2_save(r) nlm_cop2_save(&(r)->thread.cp2)
|
||||
#define cop2_restore(r) nlm_cop2_restore(&(r)->thread.cp2)
|
||||
|
||||
#define cop2_present 1
|
||||
#define cop2_lazy_restore 0
|
||||
|
||||
#elif defined(CONFIG_CPU_LOONGSON64)
|
||||
|
||||
#define cop2_present 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue