Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27442
b: refs/heads/master
c: 851777b
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed May 30, 2006
1 parent f86fe45 commit 2fabc41
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b6571da9f328999a6bce429b5f614a3d64b926ee
refs/heads/master: 851777b7b686c80e417fd811cdea3e5aa5305745
3 changes: 1 addition & 2 deletions trunk/arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ static void nforce2_write_pll(int pll)
int temp;

/* Set the pll addr. to 0x00 */
temp = 0x00;
pci_write_config_dword(nforce2_chipset_dev, NFORCE2_PLLADR, temp);
pci_write_config_dword(nforce2_chipset_dev, NFORCE2_PLLADR, 0);

/* Now write the value in all 64 registers */
for (temp = 0; temp <= 0x3f; temp++)
Expand Down

0 comments on commit 2fabc41

Please sign in to comment.