#include <asm/io.h>
#include <asm/core_t2.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <asm/ptrace.h>
#include <asm/delay.h>
#include <asm/mce.h>
#include "proto.h"
#include "pci_impl.h"
Go to the source code of this file.
#define DEBUG_PRINT_FINAL_SETTINGS 0 |
#define DEBUG_PRINT_INITIAL_SETTINGS 0 |
#define SIC_SEIC (1UL << 33) /* System Event Clear */ |
#define T2_DIRECTMAP_2G 1 |
#define T2_DIRECTMAP_LENGTH 0x80000000UL |
#define T2_DIRECTMAP_START 0x80000000UL |
#define T2_ISA_SG_LENGTH 0x00800000UL |
#define T2_ISA_SG_START 0x00800000UL |
void t2_machine_check |
( |
unsigned long |
vector, |
|
|
unsigned long |
la_ptr |
|
) |
| |
Initial value:=
{
.read = t2_read_config,
.write = t2_write_config,
}
Definition at line 318 of file core_t2.c.