Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14271
b: refs/heads/master
c: d3ed658
h: refs/heads/master
i:
  14269: f3caa2a
  14267: 4594816
  14263: e8dd657
  14255: 9d077f1
  14239: 701a886
  14207: 66c348e
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Nov 16, 2005
1 parent e7a4fb1 commit 75a191f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 94b212c29f685ca54b5689a8e89ac7671c43d651
refs/heads/master: d3ed65832029dcaf5fe086670a2f2c25600b51e9
5 changes: 4 additions & 1 deletion trunk/arch/ppc/xmon/start.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ xmon_map_scc(void)
sccc = base + (addr & ~PAGE_MASK);
sccd = sccc + 0x10;

} else {
}
#ifdef CONFIG_PPC_CHRP
else {
base = (volatile unsigned char *) isa_io_base;
if (_machine == _MACH_chrp)
base = (volatile unsigned char *)
Expand All @@ -200,6 +202,7 @@ xmon_map_scc(void)
RXRDY = 1;
DLAB = 0x80;
}
#endif /* CONFIG_PPC_CHRP */
#elif defined(CONFIG_GEMINI)
/* should already be mapped by the kernel boot */
sccc = (volatile unsigned char *) 0xffeffb0d;
Expand Down

0 comments on commit 75a191f

Please sign in to comment.