Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20153
b: refs/heads/master
c: f478af9
h: refs/heads/master
i:
  20151: 8942c2d
v: v3
  • Loading branch information
Jes Sorensen authored and Tony Luck committed Feb 8, 2006
1 parent 993c0a7 commit fe36270
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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: d6e56a2a088935f3c1feee5ff5a06c67f2ec6002
refs/heads/master: f478af9dc58c01880832a321c3eea7703772c420
5 changes: 3 additions & 2 deletions trunk/arch/ia64/sn/kernel/mca.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
* Copyright (c) 2000-2006 Silicon Graphics, Inc. All Rights Reserved.
*/

#include <linux/types.h>
Expand Down Expand Up @@ -137,7 +137,8 @@ int sn_salinfo_platform_oemdata(const u8 *sect_header, u8 **oemdata, u64 *oemdat

static int __init sn_salinfo_init(void)
{
salinfo_platform_oemdata = &sn_salinfo_platform_oemdata;
if (ia64_platform_is("sn2"))
salinfo_platform_oemdata = &sn_salinfo_platform_oemdata;
return 0;
}

Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/ia64/sn/kernel/sn2/sn_hwperf.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2004-2005 Silicon Graphics, Inc. All rights reserved.
* Copyright (C) 2004-2006 Silicon Graphics, Inc. All rights reserved.
*
* SGI Altix topology and hardware performance monitoring API.
* Mark Goodwin <markgw@sgi.com>.
Expand Down Expand Up @@ -973,6 +973,9 @@ static int __devinit sn_hwperf_misc_register_init(void)
{
int e;

if (!ia64_platform_is("sn2"))
return 0;

sn_hwperf_init();

/*
Expand Down

0 comments on commit fe36270

Please sign in to comment.