Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27666
b: refs/heads/master
c: edc123d
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jun 19, 2006
1 parent 011f449 commit a6557fb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8dbd1d3e65f0281ddf9f7b8123ef81763bc2051f
refs/heads/master: edc123d18397008fcd4fdf04f60e033ba1042834
4 changes: 2 additions & 2 deletions trunk/include/asm-mips/sn/kldir.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
*/
Expand Down
5 changes: 0 additions & 5 deletions trunk/include/asm-mips/sn/sn0/addrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
11 changes: 0 additions & 11 deletions trunk/include/asm-mips/sn/sn0/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)

/*
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-mips/sn/sn0/hub.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6557fb

Please sign in to comment.