Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204486
b: refs/heads/master
c: 78e6f4c
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Aug 5, 2010
1 parent 66dd3a4 commit 9f42292
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: 11ed4add992062de988773287c32e43f294968ac
refs/heads/master: 78e6f4c03d51e4004866918a1482d48624e38d67
8 changes: 4 additions & 4 deletions trunk/arch/mips/sgi-ip27/ip27-klconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type)
return find_component(brd, (klinfo_t *)NULL, struct_type);
}

lboard_t * find_lboard(lboard_t *start, unsigned char brd_type)
lboard_t *find_lboard(lboard_t *start, unsigned char brd_type)
{
/* Search all boards stored on this node. */
while (start) {
Expand All @@ -60,7 +60,7 @@ lboard_t * find_lboard(lboard_t *start, unsigned char brd_type)
return (lboard_t *)NULL;
}

lboard_t * find_lboard_class(lboard_t *start, unsigned char brd_type)
lboard_t *find_lboard_class(lboard_t *start, unsigned char brd_type)
{
/* Search all boards stored on this node. */
while (start) {
Expand All @@ -78,7 +78,7 @@ cnodeid_t get_cpu_cnode(cpuid_t cpu)
return CPUID_TO_COMPACT_NODEID(cpu);
}

klcpu_t * nasid_slice_to_cpuinfo(nasid_t nasid, int slice)
klcpu_t *nasid_slice_to_cpuinfo(nasid_t nasid, int slice)
{
lboard_t *brd;
klcpu_t *acpu;
Expand All @@ -97,7 +97,7 @@ klcpu_t * nasid_slice_to_cpuinfo(nasid_t nasid, int slice)
return (klcpu_t *)NULL;
}

klcpu_t * sn_get_cpuinfo(cpuid_t cpu)
klcpu_t *sn_get_cpuinfo(cpuid_t cpu)
{
nasid_t nasid;
int slice;
Expand Down

0 comments on commit 9f42292

Please sign in to comment.