mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 11:01:43 +00:00
x86: aperture_64.c: cleanups
Some small cleanups for aperture_64.c; they should not really change any code. Signed-off-by: Pavel Machek <pavel@suse.cz> Cc: Dave Jones <davej@codemonkey.org.uk> Cc: Andi Kleen <andi@firstfloor.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
0abbc78a01
commit
dd564d0cf0
@ -111,7 +111,7 @@ static u32 __init allocate_aperture(void)
|
|||||||
|
|
||||||
|
|
||||||
/* Find a PCI capability */
|
/* 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;
|
int bytes;
|
||||||
u8 pos;
|
u8 pos;
|
||||||
@ -137,7 +137,7 @@ static __u32 __init find_cap(int bus, int slot, int func, int cap)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Read a standard AGPv3 bridge header */
|
/* 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 apsize;
|
||||||
u32 apsizereg;
|
u32 apsizereg;
|
||||||
@ -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,
|
* the AGP bridges should be always an own bus on the HT hierarchy,
|
||||||
* but do it here for future safety.
|
* 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;
|
int bus, slot, func;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user