Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99450
b: refs/heads/master
c: dd564d0
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Machek authored and Thomas Gleixner committed May 27, 2008
1 parent d3e8453 commit 19904ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0abbc78a0137fee60ef092f0b20a3d3d7e7e0cc2
refs/heads/master: dd564d0cf08686cf0cc332bf9d48cba5b26a8171
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/aperture_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static u32 __init allocate_aperture(void)


/* Find a PCI capability */
static __u32 __init find_cap(int bus, int slot, int func, int cap)
static u32 __init find_cap(int bus, int slot, int func, int cap)
{
int bytes;
u8 pos;
Expand All @@ -137,7 +137,7 @@ static __u32 __init find_cap(int bus, int slot, int func, int cap)
}

/* Read a standard AGPv3 bridge header */
static __u32 __init read_agp(int bus, int slot, int func, int cap, u32 *order)
static u32 __init read_agp(int bus, int slot, int func, int cap, u32 *order)
{
u32 apsize;
u32 apsizereg;
Expand Down Expand Up @@ -202,7 +202,7 @@ static __u32 __init read_agp(int bus, int slot, int func, int cap, u32 *order)
* the AGP bridges should be always an own bus on the HT hierarchy,
* but do it here for future safety.
*/
static __u32 __init search_agp_bridge(u32 *order, int *valid_agp)
static u32 __init search_agp_bridge(u32 *order, int *valid_agp)
{
int bus, slot, func;

Expand Down

0 comments on commit 19904ae

Please sign in to comment.