Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156935
b: refs/heads/master
c: 52459ab
h: refs/heads/master
i:
  156933: e4fe14d
  156931: dcbe63d
  156927: 24e2f77
v: v3
  • Loading branch information
Leonardo Potenza authored and Ingo Molnar committed Aug 16, 2009
1 parent 4acf7a5 commit 5b05fb1
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: 4e5c25d405e18a2f279ca2bfc855508ec3a0186b
refs/heads/master: 52459ab91363343af8ae252766e9da762344a2e7
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/apic/x2apic_uv_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static int early_get_nodeid(void)
return node_id.s.node_id;
}

static int uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id)
static int __init uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id)
{
if (!strcmp(oem_id, "SGI")) {
if (!strcmp(oem_table_id, "UVL"))
Expand Down Expand Up @@ -253,7 +253,7 @@ static void uv_send_IPI_self(int vector)
apic_write(APIC_SELF_IPI, vector);
}

struct apic apic_x2apic_uv_x = {
struct apic __refdata apic_x2apic_uv_x = {

.name = "UV large system",
.probe = NULL,
Expand Down

0 comments on commit 5b05fb1

Please sign in to comment.