Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81109
b: refs/heads/master
c: b1258fd
h: refs/heads/master
i:
  81107: d090dc4
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Dec 20, 2007
1 parent a6d6d43 commit abd6814
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: e2dc87a1dc7e2ece822eaf703d00f2ecb7c3bc70
refs/heads/master: b1258fd1029a47e99a624970b16ac11ad97ddb6a
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/kernel/pci_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,6 @@ void pcibios_align_resource(void *data, struct resource *res,
if (res->flags & IORESOURCE_IO) {
resource_size_t start = res->start;

if (size > 0x100) {
printk(KERN_ERR "PCI: I/O Region %s/%d too large"
" (%lld bytes)\n", pci_name(dev),
dev->resource - res, (unsigned long long)size);
}

if (start & 0x300) {
start = (start + 0x3ff) & ~0x3ff;
res->start = start;
Expand Down

0 comments on commit abd6814

Please sign in to comment.