Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
edc123d1
Commit
edc123d1
authored
Jun 07, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] IP27: Remove leftovers of sable support.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
8dbd1d3e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
22 deletions
+2
-22
include/asm-mips/sn/kldir.h
include/asm-mips/sn/kldir.h
+2
-2
include/asm-mips/sn/sn0/addrs.h
include/asm-mips/sn/sn0/addrs.h
+0
-5
include/asm-mips/sn/sn0/arch.h
include/asm-mips/sn/sn0/arch.h
+0
-11
include/asm-mips/sn/sn0/hub.h
include/asm-mips/sn/sn0/hub.h
+0
-4
No files found.
include/asm-mips/sn/kldir.h
View file @
edc123d1
...
...
@@ -141,7 +141,7 @@
*/
#define SYMMON_STACK_SIZE 0x8000
#if defined (PROM)
|| defined (SABLE)
#if defined (PROM)
/*
* These defines are prom version dependent. No code other than the IP27
...
...
@@ -178,7 +178,7 @@
#define IP27_FREEMEM_COUNT 1
#define IP27_FREEMEM_STRIDE 0
#endif
/* PROM
|| SABLE
*/
#endif
/* PROM */
/*
* There will be only one of these in a partition so the IO6 must set it up.
*/
...
...
include/asm-mips/sn/sn0/addrs.h
View file @
edc123d1
...
...
@@ -143,12 +143,7 @@
#define SN0_WIDGET_BASE(_nasid, _wid) (NODE_SWIN_BASE((_nasid), (_wid)))
/* Turn on sable logging for the processors whose bits are set. */
#ifdef SABLE
#define SABLE_LOG_TRIGGER(_map) \
*((volatile hubreg_t *)(IO_BASE + 0x17ffff0)) = (_map)
#else
#define SABLE_LOG_TRIGGER(_map)
#endif
/* SABLE */
#ifndef __ASSEMBLY__
#define KERN_NMI_ADDR(nasid, slice) \
...
...
include/asm-mips/sn/sn0/arch.h
View file @
edc123d1
...
...
@@ -13,8 +13,6 @@
#include <linux/config.h>
#ifndef SABLE
#ifndef SN0XXL
/* 128 cpu SMP max */
/*
* This is the maximum number of nodes that can be part of a kernel.
...
...
@@ -54,15 +52,6 @@
*/
#define MAX_PARTITIONS MAX_REGIONS
#else
#define MAX_COMPACT_NODES 4
#define MAX_NASIDS 4
#define MAXCPUS 8
#endif
#define NASID_MASK_BYTES ((MAX_NASIDS + 7) / 8)
/*
...
...
include/asm-mips/sn/sn0/hub.h
View file @
edc123d1
...
...
@@ -31,10 +31,6 @@
#include <asm/sn/sn0/hubni.h>
//#include <asm/sn/sn0/hubcore.h>
#ifdef SABLE
#define IP27_NO_HUBUART_INT 1
#endif
/* Translation of uncached attributes */
#define UATTR_HSPEC 0
#define UATTR_IO 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment