Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14576
b: refs/heads/master
c: a42ab7f
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Nov 17, 2005
1 parent bcfab63 commit 12aabb6
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: 5e9ad06ad953c6022e4a7f6012c9b5708a8a5d8a
refs/heads/master: a42ab7f2349a72ecf5c3b1b7c836dc4249a71c0c
4 changes: 2 additions & 2 deletions trunk/drivers/char/agp/amd64-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ static void __devinit amd8151_init(struct pci_dev *pdev, struct agp_bridge_data
}


static struct aper_size_info_32 uli_sizes[7] =
static const struct aper_size_info_32 uli_sizes[7] =
{
{256, 65536, 6, 10},
{128, 32768, 5, 9},
Expand Down Expand Up @@ -470,7 +470,7 @@ static int __devinit uli_agp_init(struct pci_dev *pdev)
}


static struct aper_size_info_32 nforce3_sizes[5] =
static const struct aper_size_info_32 nforce3_sizes[5] =
{
{512, 131072, 7, 0x00000000 },
{256, 65536, 6, 0x00000008 },
Expand Down

0 comments on commit 12aabb6

Please sign in to comment.