Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62998
b: refs/heads/master
c: 252c01d
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Linus Torvalds committed Jul 26, 2007
1 parent 2d8e9c6 commit 28b1780
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ddcc3050bddc267f8d6e811bd930e885729f900b
refs/heads/master: 252c01dc272c4b56bf1ab8582b3031682de153b3
4 changes: 2 additions & 2 deletions trunk/arch/x86_64/kernel/tce.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ int build_tce_table(struct pci_dev *dev, void __iomem *bbar)
return ret;
}

void* alloc_tce_table(void)
void * __init alloc_tce_table(void)
{
unsigned int size;

Expand All @@ -175,7 +175,7 @@ void* alloc_tce_table(void)
return __alloc_bootmem_low(size, size, 0);
}

void free_tce_table(void *tbl)
void __init free_tce_table(void *tbl)
{
unsigned int size;

Expand Down

0 comments on commit 28b1780

Please sign in to comment.