Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88622
b: refs/heads/master
c: 651bbe1
h: refs/heads/master
v: v3
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent 2bf21a3 commit 4f9ff0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 9b0c5028825df9d99a430c9963c45e02a2b185c6
refs/heads/master: 651bbe16d05ea51fc102e1bf5765687ab32485c6
8 changes: 4 additions & 4 deletions trunk/arch/x86/mach-generic/default.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Default generic APIC driver. This handles up to 8 CPUs.
*/
#define APIC_DEFINITION 1
Expand All @@ -19,8 +19,8 @@

/* should be called last. */
static int probe_default(void)
{
{
return 1;
}
}

struct genapic apic_default = APIC_INIT("default", probe_default);
struct genapic apic_default = APIC_INIT("default", probe_default);

0 comments on commit 4f9ff0a

Please sign in to comment.