Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98037
b: refs/heads/master
c: 52aaa12
h: refs/heads/master
i:
  98035: 8f82773
v: v3
  • Loading branch information
Manish Katiyar authored and Ingo Molnar committed Jun 12, 2008
1 parent b3a7277 commit 2163f6f
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: 0b6a39f7ebcb1c82587ce35b401c513eed41ac5c
refs/heads/master: 52aaa12fbe786c90396f1b11ec39c924ccdd8fd5
3 changes: 1 addition & 2 deletions trunk/arch/x86/boot/a20.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ static void enable_a20_fast(void)

int enable_a20(void)
{
int loops = A20_ENABLE_LOOPS;

#if defined(CONFIG_X86_ELAN)
/* Elan croaks if we try to touch the KBC */
enable_a20_fast();
Expand All @@ -128,6 +126,7 @@ int enable_a20(void)
enable_a20_kbc();
return 0;
#else
int loops = A20_ENABLE_LOOPS;
while (loops--) {
/* First, check to see if A20 is already enabled
(legacy free, etc.) */
Expand Down

0 comments on commit 2163f6f

Please sign in to comment.