Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23744
b: refs/heads/master
c: 0881fc8
h: refs/heads/master
v: v3
  • Loading branch information
Chen, Kenneth W authored and Tony Luck committed Mar 23, 2006
1 parent 0b13a2d commit 898b346
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: d903cea3811994d4c4122a0e3ca6d3a197e812e2
refs/heads/master: 0881fc8df2e2bf1a7900a0ab3860109beb46fbab
12 changes: 6 additions & 6 deletions trunk/arch/ia64/kernel/mca.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static int cpe_poll_enabled = 1;

extern void salinfo_log_wakeup(int type, u8 *buffer, u64 size, int irqsafe);

static int mca_init;
static int mca_init __initdata;


static void inline
Expand Down Expand Up @@ -184,7 +184,7 @@ static ia64_state_log_t ia64_state_log[IA64_MAX_LOG_TYPES];
* Inputs : info_type (SAL_INFO_TYPE_{MCA,INIT,CMC,CPE})
* Outputs : None
*/
static void
static void __init
ia64_log_init(int sal_info_type)
{
u64 max_size = 0;
Expand Down Expand Up @@ -355,7 +355,7 @@ ia64_mca_cpe_int_handler (int cpe_irq, void *arg, struct pt_regs *ptregs)
* Outputs
* None
*/
static void
static void __init
ia64_mca_register_cpev (int cpev)
{
/* Register the CPE interrupt vector with SAL */
Expand Down Expand Up @@ -386,7 +386,7 @@ ia64_mca_register_cpev (int cpev)
* Outputs
* None
*/
void
void __cpuinit
ia64_mca_cmc_vector_setup (void)
{
cmcv_reg_t cmcv;
Expand Down Expand Up @@ -1443,7 +1443,7 @@ static struct irqaction mca_cpep_irqaction = {
* format most of the fields.
*/

static void
static void __cpuinit
format_mca_init_stack(void *mca_data, unsigned long offset,
const char *type, int cpu)
{
Expand All @@ -1467,7 +1467,7 @@ format_mca_init_stack(void *mca_data, unsigned long offset,

/* Do per-CPU MCA-related initialization. */

void __devinit
void __cpuinit
ia64_mca_cpu_init(void *cpu_data)
{
void *pal_vaddr;
Expand Down

0 comments on commit 898b346

Please sign in to comment.