Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182084
b: refs/heads/master
c: 60ec657
h: refs/heads/master
v: v3
  • Loading branch information
pascal@pabr.org authored and Ralf Baechle committed Feb 27, 2010
1 parent bbf9f1e commit 35f749b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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: fc48c41af81b953578a54f80ad07d2f1efa81378
refs/heads/master: 60ec6571c5072cdea9e518d1dac8147b85ca93a2
3 changes: 3 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,9 @@ config SB1_PASS_2_1_WORKAROUNDS
config 64BIT_PHYS_ADDR
bool

config ARCH_PHYS_ADDR_T_64BIT
def_bool 64BIT_PHYS_ADDR

config CPU_HAS_SMARTMIPS
depends on SYS_SUPPORTS_SMARTMIPS
bool "Support for the SmartMIPS ASE"
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/include/asm/mach-au1x00/au1000.h
Original file line number Diff line number Diff line change
Expand Up @@ -1659,15 +1659,15 @@ enum soc_au1200_ints {
#define IOPORT_RESOURCE_START 0x00001000 /* skip legacy probing */
#define IOPORT_RESOURCE_END 0xffffffff
#define IOMEM_RESOURCE_START 0x10000000
#define IOMEM_RESOURCE_END 0xffffffff
#define IOMEM_RESOURCE_END 0xfffffffffULL

#else /* Au1000 and Au1100 and Au1200 */

/* Don't allow any legacy ports probing */
#define IOPORT_RESOURCE_START 0x10000000
#define IOPORT_RESOURCE_END 0xffffffff
#define IOMEM_RESOURCE_START 0x10000000
#define IOMEM_RESOURCE_END 0xffffffff
#define IOMEM_RESOURCE_END 0xfffffffffULL

#define PCI_IO_START 0
#define PCI_IO_END 0
Expand Down

0 comments on commit 35f749b

Please sign in to comment.