Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48260
b: refs/heads/master
c: 577830b
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Feb 14, 2007
1 parent 1eb675f commit 6a94fd1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 30 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: 944b380e0c3dead0e16a747dfd3ce2765afac16d
refs/heads/master: 577830b034bc11c93d4b9e21e8782900d5485e7f
17 changes: 0 additions & 17 deletions trunk/arch/powerpc/platforms/pseries/firmware.h

This file was deleted.

20 changes: 20 additions & 0 deletions trunk/arch/powerpc/platforms/pseries/pseries.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright 2006 IBM Corporation.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/

#ifndef _PSERIES_PSERIES_H
#define _PSERIES_PSERIES_H

extern void __init fw_feature_init(void);

struct pt_regs;

extern int pSeries_system_reset_exception(struct pt_regs *regs);
extern int pSeries_machine_check_exception(struct pt_regs *regs);

#endif /* _PSERIES_PSERIES_H */
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/ras.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include <asm/udbg.h>
#include <asm/firmware.h>

#include "ras.h"
#include "pseries.h"

static unsigned char ras_log_buf[RTAS_ERROR_LOG_MAX];
static DEFINE_SPINLOCK(ras_log_buf_lock);
Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/powerpc/platforms/pseries/ras.h

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
#include <asm/i8259.h>
#include <asm/udbg.h>
#include <asm/smp.h>
#include <asm/firmware.h>

#include "plpar_wrappers.h"
#include "ras.h"
#include "firmware.h"
#include "pseries.h"

#ifdef DEBUG
#define DBG(fmt...) udbg_printf(fmt)
Expand Down

0 comments on commit 6a94fd1

Please sign in to comment.