Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62800
b: refs/heads/master
c: 1966287
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 24, 2007
1 parent 70c2d8f commit 4bc72ec
Show file tree
Hide file tree
Showing 2 changed files with 8 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: f61698e6489f229f9fcfe29e68f228389a772993
refs/heads/master: 1966287dfa07b2aa125009587a5d2b8375775c53
11 changes: 7 additions & 4 deletions trunk/arch/sparc64/kernel/head.S
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/* $Id: head.S,v 1.87 2002/02/09 19:49:31 davem Exp $
* head.S: Initial boot code for the Sparc64 port of Linux.
/* head.S: Initial boot code for the Sparc64 port of Linux.
*
* Copyright (C) 1996,1997 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1996, 1997, 2007 David S. Miller (davem@davemloft.net)
* Copyright (C) 1996 David Sitsky (David.Sitsky@anu.edu.au)
* Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
* Copyright (C) 1997, 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
* Copyright (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)
*/

#include <linux/version.h>
#include <linux/errno.h>
#include <linux/threads.h>
#include <linux/init.h>
#include <asm/thread_info.h>
#include <asm/asi.h>
#include <asm/pstate.h>
Expand Down Expand Up @@ -374,6 +374,7 @@ jump_to_sun4u_init:
jmpl %g2 + %g0, %g0
nop

.section .text.init.refok
sun4u_init:
BRANCH_IF_SUN4V(g1, sun4v_init)

Expand Down Expand Up @@ -529,6 +530,8 @@ tlb_fixup_done:
nop
/* Not reached... */

.previous

/* This is meant to allow the sharing of this code between
* boot processor invocation (via setup_tba() below) and
* secondary processor startup (via trampoline.S). The
Expand Down

0 comments on commit 4bc72ec

Please sign in to comment.