powerpc/eeh: Clear frozen state for child PE
[linux-2.6-block.git] / arch / powerpc / kernel / eeh.c
CommitLineData
1da177e4 1/*
3c8c90ab
LV
2 * Copyright IBM Corporation 2001, 2005, 2006
3 * Copyright Dave Engebretsen & Todd Inglett 2001
4 * Copyright Linas Vepstas 2005, 2006
cb3bc9d0 5 * Copyright 2001-2012 IBM Corporation.
69376502 6 *
1da177e4
LT
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
69376502 11 *
1da177e4
LT
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
69376502 16 *
1da177e4
LT
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3c8c90ab
LV
20 *
21 * Please address comments and feedback to Linas Vepstas <linas@austin.ibm.com>
1da177e4
LT
22 */
23
6dee3fb9 24#include <linux/delay.h>
7f52a526 25#include <linux/debugfs.h>
cb3bc9d0 26#include <linux/sched.h>
1da177e4
LT
27#include <linux/init.h>
28#include <linux/list.h>
1da177e4
LT
29#include <linux/pci.h>
30#include <linux/proc_fs.h>
31#include <linux/rbtree.h>
66f9af83 32#include <linux/reboot.h>
1da177e4
LT
33#include <linux/seq_file.h>
34#include <linux/spinlock.h>
66b15db6 35#include <linux/export.h>
acaa6176
SR
36#include <linux/of.h>
37
60063497 38#include <linux/atomic.h>
1e54b938 39#include <asm/debug.h>
1da177e4 40#include <asm/eeh.h>
172ca926 41#include <asm/eeh_event.h>
1da177e4
LT
42#include <asm/io.h>
43#include <asm/machdep.h>
172ca926 44#include <asm/ppc-pci.h>
1da177e4 45#include <asm/rtas.h>
1da177e4 46
1da177e4
LT
47
48/** Overview:
49 * EEH, or "Extended Error Handling" is a PCI bridge technology for
50 * dealing with PCI bus errors that can't be dealt with within the
51 * usual PCI framework, except by check-stopping the CPU. Systems
52 * that are designed for high-availability/reliability cannot afford
53 * to crash due to a "mere" PCI error, thus the need for EEH.
54 * An EEH-capable bridge operates by converting a detected error
55 * into a "slot freeze", taking the PCI adapter off-line, making
56 * the slot behave, from the OS'es point of view, as if the slot
57 * were "empty": all reads return 0xff's and all writes are silently
58 * ignored. EEH slot isolation events can be triggered by parity
59 * errors on the address or data busses (e.g. during posted writes),
69376502
LV
60 * which in turn might be caused by low voltage on the bus, dust,
61 * vibration, humidity, radioactivity or plain-old failed hardware.
1da177e4
LT
62 *
63 * Note, however, that one of the leading causes of EEH slot
64 * freeze events are buggy device drivers, buggy device microcode,
65 * or buggy device hardware. This is because any attempt by the
66 * device to bus-master data to a memory address that is not
67 * assigned to the device will trigger a slot freeze. (The idea
68 * is to prevent devices-gone-wild from corrupting system memory).
69 * Buggy hardware/drivers will have a miserable time co-existing
70 * with EEH.
71 *
72 * Ideally, a PCI device driver, when suspecting that an isolation
25985edc 73 * event has occurred (e.g. by reading 0xff's), will then ask EEH
1da177e4
LT
74 * whether this is the case, and then take appropriate steps to
75 * reset the PCI slot, the PCI device, and then resume operations.
76 * However, until that day, the checking is done here, with the
77 * eeh_check_failure() routine embedded in the MMIO macros. If
78 * the slot is found to be isolated, an "EEH Event" is synthesized
79 * and sent out for processing.
80 */
81
5c1344e9 82/* If a device driver keeps reading an MMIO register in an interrupt
f36c5227
MM
83 * handler after a slot isolation event, it might be broken.
84 * This sets the threshold for how many read attempts we allow
85 * before printing an error message.
1da177e4 86 */
2fd30be8 87#define EEH_MAX_FAILS 2100000
1da177e4 88
17213c3b 89/* Time to wait for a PCI slot to report status, in milliseconds */
fb48dc22 90#define PCI_BUS_RESET_WAIT_MSEC (5*60*1000)
9c547768 91
d7bb8862 92/*
8a5ad356
GS
93 * EEH probe mode support, which is part of the flags,
94 * is to support multiple platforms for EEH. Some platforms
95 * like pSeries do PCI emunation based on device tree.
96 * However, other platforms like powernv probe PCI devices
97 * from hardware. The flag is used to distinguish that.
98 * In addition, struct eeh_ops::probe would be invoked for
99 * particular OF node or PCI device so that the corresponding
100 * PE would be created there.
d7bb8862 101 */
8a5ad356
GS
102int eeh_subsystem_flags;
103EXPORT_SYMBOL(eeh_subsystem_flags);
104
105/* Platform dependent EEH operations */
106struct eeh_ops *eeh_ops = NULL;
d7bb8862 107
fd761fd8 108/* Lock to avoid races due to multiple reports of an error */
4907581d 109DEFINE_RAW_SPINLOCK(confirm_error_lock);
fd761fd8 110
17213c3b
LV
111/* Buffer for reporting pci register dumps. Its here in BSS, and
112 * not dynamically alloced, so that it ends up in RMO where RTAS
113 * can access it.
114 */
d99bb1db
LV
115#define EEH_PCI_REGS_LOG_LEN 4096
116static unsigned char pci_regs_buf[EEH_PCI_REGS_LOG_LEN];
117
e575f8db
GS
118/*
119 * The struct is used to maintain the EEH global statistic
120 * information. Besides, the EEH global statistics will be
121 * exported to user space through procfs
122 */
123struct eeh_stats {
124 u64 no_device; /* PCI device not found */
125 u64 no_dn; /* OF node not found */
126 u64 no_cfg_addr; /* Config address not found */
127 u64 ignored_check; /* EEH check skipped */
128 u64 total_mmio_ffs; /* Total EEH checks */
129 u64 false_positives; /* Unnecessary EEH checks */
130 u64 slot_resets; /* PE reset */
131};
132
133static struct eeh_stats eeh_stats;
1da177e4 134
7684b40c
LV
135#define IS_BRIDGE(class_code) (((class_code)<<16) == PCI_BASE_CLASS_BRIDGE)
136
7f52a526
GS
137static int __init eeh_setup(char *str)
138{
139 if (!strcmp(str, "off"))
140 eeh_subsystem_flags |= EEH_FORCE_DISABLED;
141
142 return 1;
143}
144__setup("eeh=", eeh_setup);
145
d99bb1db 146/**
cce4b2d2 147 * eeh_gather_pci_data - Copy assorted PCI config space registers to buff
f631acd3 148 * @edev: device to report data for
d99bb1db
LV
149 * @buf: point to buffer in which to log
150 * @len: amount of room in buffer
151 *
152 * This routine captures assorted PCI configuration space data,
153 * and puts them into a buffer for RTAS error logging.
154 */
f631acd3 155static size_t eeh_gather_pci_data(struct eeh_dev *edev, char * buf, size_t len)
d99bb1db 156{
f631acd3 157 struct device_node *dn = eeh_dev_to_of_node(edev);
d99bb1db 158 u32 cfg;
fcf9892b 159 int cap, i;
d99bb1db
LV
160 int n = 0;
161
f631acd3 162 n += scnprintf(buf+n, len-n, "%s\n", dn->full_name);
2d86c385 163 pr_warn("EEH: of node=%s\n", dn->full_name);
fcf9892b 164
3780444c 165 eeh_ops->read_config(dn, PCI_VENDOR_ID, 4, &cfg);
fcf9892b 166 n += scnprintf(buf+n, len-n, "dev/vend:%08x\n", cfg);
2d86c385 167 pr_warn("EEH: PCI device/vendor: %08x\n", cfg);
fcf9892b 168
3780444c 169 eeh_ops->read_config(dn, PCI_COMMAND, 4, &cfg);
d99bb1db 170 n += scnprintf(buf+n, len-n, "cmd/stat:%x\n", cfg);
2d86c385 171 pr_warn("EEH: PCI cmd/status register: %08x\n", cfg);
fcf9892b 172
0b9369f4 173 /* Gather bridge-specific registers */
2a18dfc6 174 if (edev->mode & EEH_DEV_BRIDGE) {
3780444c 175 eeh_ops->read_config(dn, PCI_SEC_STATUS, 2, &cfg);
0b9369f4 176 n += scnprintf(buf+n, len-n, "sec stat:%x\n", cfg);
2d86c385 177 pr_warn("EEH: Bridge secondary status: %04x\n", cfg);
0b9369f4 178
3780444c 179 eeh_ops->read_config(dn, PCI_BRIDGE_CONTROL, 2, &cfg);
0b9369f4 180 n += scnprintf(buf+n, len-n, "brdg ctl:%x\n", cfg);
2d86c385 181 pr_warn("EEH: Bridge control: %04x\n", cfg);
0b9369f4
LV
182 }
183
fcf9892b 184 /* Dump out the PCI-X command and status regs */
2a18dfc6 185 cap = edev->pcix_cap;
fcf9892b 186 if (cap) {
3780444c 187 eeh_ops->read_config(dn, cap, 4, &cfg);
fcf9892b 188 n += scnprintf(buf+n, len-n, "pcix-cmd:%x\n", cfg);
2d86c385 189 pr_warn("EEH: PCI-X cmd: %08x\n", cfg);
fcf9892b 190
3780444c 191 eeh_ops->read_config(dn, cap+4, 4, &cfg);
fcf9892b 192 n += scnprintf(buf+n, len-n, "pcix-stat:%x\n", cfg);
2d86c385 193 pr_warn("EEH: PCI-X status: %08x\n", cfg);
fcf9892b
LV
194 }
195
2a18dfc6
GS
196 /* If PCI-E capable, dump PCI-E cap 10 */
197 cap = edev->pcie_cap;
198 if (cap) {
fcf9892b 199 n += scnprintf(buf+n, len-n, "pci-e cap10:\n");
2d86c385 200 pr_warn("EEH: PCI-E capabilities and status follow:\n");
fcf9892b
LV
201
202 for (i=0; i<=8; i++) {
2a18dfc6 203 eeh_ops->read_config(dn, cap+4*i, 4, &cfg);
fcf9892b 204 n += scnprintf(buf+n, len-n, "%02x:%x\n", 4*i, cfg);
2d86c385 205 pr_warn("EEH: PCI-E %02x: %08x\n", i, cfg);
fcf9892b 206 }
2a18dfc6 207 }
fcf9892b 208
2a18dfc6
GS
209 /* If AER capable, dump it */
210 cap = edev->aer_cap;
211 if (cap) {
212 n += scnprintf(buf+n, len-n, "pci-e AER:\n");
213 pr_warn("EEH: PCI-E AER capability register set follows:\n");
214
215 for (i=0; i<14; i++) {
216 eeh_ops->read_config(dn, cap+4*i, 4, &cfg);
217 n += scnprintf(buf+n, len-n, "%02x:%x\n", 4*i, cfg);
218 pr_warn("EEH: PCI-E AER %02x: %08x\n", i, cfg);
fcf9892b
LV
219 }
220 }
0b9369f4 221
d99bb1db
LV
222 return n;
223}
224
cb3bc9d0
GS
225/**
226 * eeh_slot_error_detail - Generate combined log including driver log and error log
ff477966 227 * @pe: EEH PE
cb3bc9d0
GS
228 * @severity: temporary or permanent error log
229 *
230 * This routine should be called to generate the combined log, which
231 * is comprised of driver log and error log. The driver log is figured
232 * out from the config space of the corresponding PCI device, while
233 * the error log is fetched through platform dependent function call.
234 */
ff477966 235void eeh_slot_error_detail(struct eeh_pe *pe, int severity)
d99bb1db
LV
236{
237 size_t loglen = 0;
9feed42e 238 struct eeh_dev *edev, *tmp;
d99bb1db 239
c35ae179
GS
240 /*
241 * When the PHB is fenced or dead, it's pointless to collect
242 * the data from PCI config space because it should return
243 * 0xFF's. For ER, we still retrieve the data from the PCI
244 * config space.
78954700
GS
245 *
246 * For pHyp, we have to enable IO for log retrieval. Otherwise,
247 * 0xFF's is always returned from PCI config space.
c35ae179 248 */
9e049375 249 if (!(pe->type & EEH_PE_PHB)) {
78954700
GS
250 if (eeh_probe_mode_devtree())
251 eeh_pci_enable(pe, EEH_OPT_THAW_MMIO);
c35ae179
GS
252 eeh_ops->configure_bridge(pe);
253 eeh_pe_restore_bars(pe);
254
255 pci_regs_buf[0] = 0;
9feed42e 256 eeh_pe_for_each_dev(pe, edev, tmp) {
c35ae179
GS
257 loglen += eeh_gather_pci_data(edev, pci_regs_buf + loglen,
258 EEH_PCI_REGS_LOG_LEN - loglen);
259 }
260 }
ff477966
GS
261
262 eeh_ops->get_log(pe, severity, pci_regs_buf, loglen);
d99bb1db
LV
263}
264
1da177e4 265/**
cb3bc9d0
GS
266 * eeh_token_to_phys - Convert EEH address token to phys address
267 * @token: I/O token, should be address in the form 0xA....
268 *
269 * This routine should be called to convert virtual I/O address
270 * to physical one.
1da177e4
LT
271 */
272static inline unsigned long eeh_token_to_phys(unsigned long token)
273{
274 pte_t *ptep;
275 unsigned long pa;
12bc9f6f 276 int hugepage_shift;
1da177e4 277
12bc9f6f
AK
278 /*
279 * We won't find hugepages here, iomem
280 */
281 ptep = find_linux_pte_or_hugepte(init_mm.pgd, token, &hugepage_shift);
1da177e4
LT
282 if (!ptep)
283 return token;
12bc9f6f 284 WARN_ON(hugepage_shift);
1da177e4
LT
285 pa = pte_pfn(*ptep) << PAGE_SHIFT;
286
287 return pa | (token & (PAGE_SIZE-1));
288}
289
b95cd2cd
GS
290/*
291 * On PowerNV platform, we might already have fenced PHB there.
292 * For that case, it's meaningless to recover frozen PE. Intead,
293 * We have to handle fenced PHB firstly.
294 */
295static int eeh_phb_check_failure(struct eeh_pe *pe)
296{
297 struct eeh_pe *phb_pe;
298 unsigned long flags;
299 int ret;
300
301 if (!eeh_probe_mode_dev())
302 return -EPERM;
303
304 /* Find the PHB PE */
305 phb_pe = eeh_phb_pe_get(pe->phb);
306 if (!phb_pe) {
307 pr_warning("%s Can't find PE for PHB#%d\n",
308 __func__, pe->phb->global_number);
309 return -EEXIST;
310 }
311
312 /* If the PHB has been in problematic state */
313 eeh_serialize_lock(&flags);
9e049375 314 if (phb_pe->state & EEH_PE_ISOLATED) {
b95cd2cd
GS
315 ret = 0;
316 goto out;
317 }
318
319 /* Check PHB state */
320 ret = eeh_ops->get_state(phb_pe, NULL);
321 if ((ret < 0) ||
322 (ret == EEH_STATE_NOT_SUPPORT) ||
323 (ret & (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE)) ==
324 (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE)) {
325 ret = 0;
326 goto out;
327 }
328
329 /* Isolate the PHB and send event */
330 eeh_pe_state_mark(phb_pe, EEH_PE_ISOLATED);
331 eeh_serialize_unlock(flags);
b95cd2cd 332
56ca4fde
GS
333 pr_err("EEH: PHB#%x failure detected\n",
334 phb_pe->phb->global_number);
335 dump_stack();
5293bf97 336 eeh_send_failure_event(phb_pe);
b95cd2cd
GS
337
338 return 1;
339out:
340 eeh_serialize_unlock(flags);
341 return ret;
342}
343
1da177e4 344/**
f8f7d63f
GS
345 * eeh_dev_check_failure - Check if all 1's data is due to EEH slot freeze
346 * @edev: eeh device
1da177e4
LT
347 *
348 * Check for an EEH failure for the given device node. Call this
349 * routine if the result of a read was all 0xff's and you want to
350 * find out if this is due to an EEH slot freeze. This routine
351 * will query firmware for the EEH status.
352 *
353 * Returns 0 if there has not been an EEH error; otherwise returns
69376502 354 * a non-zero value and queues up a slot isolation event notification.
1da177e4
LT
355 *
356 * It is safe to call this routine in an interrupt context.
357 */
f8f7d63f 358int eeh_dev_check_failure(struct eeh_dev *edev)
1da177e4
LT
359{
360 int ret;
1da177e4 361 unsigned long flags;
f8f7d63f
GS
362 struct device_node *dn;
363 struct pci_dev *dev;
66523d9f 364 struct eeh_pe *pe;
fd761fd8 365 int rc = 0;
f36c5227 366 const char *location;
1da177e4 367
e575f8db 368 eeh_stats.total_mmio_ffs++;
1da177e4 369
2ec5a0ad 370 if (!eeh_enabled())
1da177e4
LT
371 return 0;
372
f8f7d63f 373 if (!edev) {
e575f8db 374 eeh_stats.no_dn++;
1da177e4 375 return 0;
177bc936 376 }
f8f7d63f
GS
377 dn = eeh_dev_to_of_node(edev);
378 dev = eeh_dev_to_pci_dev(edev);
66523d9f 379 pe = edev->pe;
1da177e4
LT
380
381 /* Access to IO BARs might get this far and still not want checking. */
66523d9f 382 if (!pe) {
e575f8db 383 eeh_stats.ignored_check++;
66523d9f
GS
384 pr_debug("EEH: Ignored check for %s %s\n",
385 eeh_pci_name(dev), dn->full_name);
1da177e4
LT
386 return 0;
387 }
388
66523d9f 389 if (!pe->addr && !pe->config_addr) {
e575f8db 390 eeh_stats.no_cfg_addr++;
1da177e4
LT
391 return 0;
392 }
393
b95cd2cd
GS
394 /*
395 * On PowerNV platform, we might already have fenced PHB
396 * there and we need take care of that firstly.
397 */
398 ret = eeh_phb_check_failure(pe);
399 if (ret > 0)
400 return ret;
401
fd761fd8
LV
402 /* If we already have a pending isolation event for this
403 * slot, we know it's bad already, we don't need to check.
404 * Do this checking under a lock; as multiple PCI devices
405 * in one slot might report errors simultaneously, and we
406 * only want one error recovery routine running.
1da177e4 407 */
4907581d 408 eeh_serialize_lock(&flags);
fd761fd8 409 rc = 1;
66523d9f
GS
410 if (pe->state & EEH_PE_ISOLATED) {
411 pe->check_count++;
412 if (pe->check_count % EEH_MAX_FAILS == 0) {
f36c5227 413 location = of_get_property(dn, "ibm,loc-code", NULL);
cb3bc9d0 414 printk(KERN_ERR "EEH: %d reads ignored for recovering device at "
f36c5227 415 "location=%s driver=%s pci addr=%s\n",
66523d9f 416 pe->check_count, location,
778a785f 417 eeh_driver_name(dev), eeh_pci_name(dev));
cb3bc9d0 418 printk(KERN_ERR "EEH: Might be infinite loop in %s driver\n",
778a785f 419 eeh_driver_name(dev));
5c1344e9 420 dump_stack();
1da177e4 421 }
fd761fd8 422 goto dn_unlock;
1da177e4
LT
423 }
424
425 /*
426 * Now test for an EEH failure. This is VERY expensive.
427 * Note that the eeh_config_addr may be a parent device
428 * in the case of a device behind a bridge, or it may be
429 * function zero of a multi-function device.
430 * In any case they must share a common PHB.
431 */
66523d9f 432 ret = eeh_ops->get_state(pe, NULL);
76e6faf7 433
39d16e29 434 /* Note that config-io to empty slots may fail;
cb3bc9d0 435 * they are empty when they don't have children.
eb594a47
GS
436 * We will punt with the following conditions: Failure to get
437 * PE's state, EEH not support and Permanently unavailable
438 * state, PE is in good state.
cb3bc9d0 439 */
eb594a47
GS
440 if ((ret < 0) ||
441 (ret == EEH_STATE_NOT_SUPPORT) ||
442 (ret & (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE)) ==
443 (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE)) {
e575f8db 444 eeh_stats.false_positives++;
66523d9f 445 pe->false_positives++;
fd761fd8
LV
446 rc = 0;
447 goto dn_unlock;
76e6faf7
LV
448 }
449
e575f8db 450 eeh_stats.slot_resets++;
a84f273c 451
fd761fd8
LV
452 /* Avoid repeated reports of this failure, including problems
453 * with other functions on this device, and functions under
cb3bc9d0
GS
454 * bridges.
455 */
66523d9f 456 eeh_pe_state_mark(pe, EEH_PE_ISOLATED);
4907581d 457 eeh_serialize_unlock(flags);
1da177e4 458
1da177e4
LT
459 /* Most EEH events are due to device driver bugs. Having
460 * a stack trace will help the device-driver authors figure
cb3bc9d0
GS
461 * out what happened. So print that out.
462 */
56ca4fde
GS
463 pr_err("EEH: Frozen PE#%x detected on PHB#%x\n",
464 pe->addr, pe->phb->global_number);
465 dump_stack();
466
5293bf97
GS
467 eeh_send_failure_event(pe);
468
fd761fd8
LV
469 return 1;
470
471dn_unlock:
4907581d 472 eeh_serialize_unlock(flags);
fd761fd8 473 return rc;
1da177e4
LT
474}
475
f8f7d63f 476EXPORT_SYMBOL_GPL(eeh_dev_check_failure);
1da177e4
LT
477
478/**
cb3bc9d0
GS
479 * eeh_check_failure - Check if all 1's data is due to EEH slot freeze
480 * @token: I/O token, should be address in the form 0xA....
481 * @val: value, should be all 1's (XXX why do we need this arg??)
1da177e4 482 *
1da177e4
LT
483 * Check for an EEH failure at the given token address. Call this
484 * routine if the result of a read was all 0xff's and you want to
485 * find out if this is due to an EEH slot freeze event. This routine
486 * will query firmware for the EEH status.
487 *
488 * Note this routine is safe to call in an interrupt context.
489 */
490unsigned long eeh_check_failure(const volatile void __iomem *token, unsigned long val)
491{
492 unsigned long addr;
f8f7d63f 493 struct eeh_dev *edev;
1da177e4
LT
494
495 /* Finding the phys addr + pci device; this is pretty quick. */
496 addr = eeh_token_to_phys((unsigned long __force) token);
3ab96a02 497 edev = eeh_addr_cache_get_dev(addr);
f8f7d63f 498 if (!edev) {
e575f8db 499 eeh_stats.no_device++;
1da177e4 500 return val;
177bc936 501 }
1da177e4 502
f8f7d63f 503 eeh_dev_check_failure(edev);
1da177e4
LT
504 return val;
505}
506
507EXPORT_SYMBOL(eeh_check_failure);
508
6dee3fb9 509
47b5c838 510/**
cce4b2d2 511 * eeh_pci_enable - Enable MMIO or DMA transfers for this slot
ff477966 512 * @pe: EEH PE
cb3bc9d0
GS
513 *
514 * This routine should be called to reenable frozen MMIO or DMA
515 * so that it would work correctly again. It's useful while doing
516 * recovery or log collection on the indicated device.
47b5c838 517 */
ff477966 518int eeh_pci_enable(struct eeh_pe *pe, int function)
47b5c838 519{
78954700
GS
520 int rc, flags = (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE);
521
522 /*
523 * pHyp doesn't allow to enable IO or DMA on unfrozen PE.
524 * Also, it's pointless to enable them on unfrozen PE. So
525 * we have the check here.
526 */
527 if (function == EEH_OPT_THAW_MMIO ||
528 function == EEH_OPT_THAW_DMA) {
529 rc = eeh_ops->get_state(pe, NULL);
530 if (rc < 0)
531 return rc;
532
533 /* Needn't to enable or already enabled */
534 if ((rc == EEH_STATE_NOT_SUPPORT) ||
535 ((rc & flags) == flags))
536 return 0;
537 }
47b5c838 538
ff477966 539 rc = eeh_ops->set_option(pe, function);
47b5c838 540 if (rc)
78954700
GS
541 pr_warn("%s: Unexpected state change %d on "
542 "PHB#%d-PE#%x, err=%d\n",
543 __func__, function, pe->phb->global_number,
544 pe->addr, rc);
47b5c838 545
ff477966 546 rc = eeh_ops->wait_state(pe, PCI_BUS_RESET_WAIT_MSEC);
78954700
GS
547 if (rc <= 0)
548 return rc;
549
550 if ((function == EEH_OPT_THAW_MMIO) &&
551 (rc & EEH_STATE_MMIO_ENABLED))
552 return 0;
553
554 if ((function == EEH_OPT_THAW_DMA) &&
555 (rc & EEH_STATE_DMA_ENABLED))
fa1be476
LV
556 return 0;
557
47b5c838
LV
558 return rc;
559}
560
00c2ae35
BK
561/**
562 * pcibios_set_pcie_slot_reset - Set PCI-E reset state
cb3bc9d0
GS
563 * @dev: pci device struct
564 * @state: reset state to enter
00c2ae35
BK
565 *
566 * Return value:
567 * 0 if success
cb3bc9d0 568 */
00c2ae35
BK
569int pcibios_set_pcie_reset_state(struct pci_dev *dev, enum pcie_reset_state state)
570{
c270a24c
GS
571 struct eeh_dev *edev = pci_dev_to_eeh_dev(dev);
572 struct eeh_pe *pe = edev->pe;
573
574 if (!pe) {
575 pr_err("%s: No PE found on PCI device %s\n",
576 __func__, pci_name(dev));
577 return -EINVAL;
578 }
00c2ae35
BK
579
580 switch (state) {
581 case pcie_deassert_reset:
c270a24c 582 eeh_ops->reset(pe, EEH_RESET_DEACTIVATE);
00c2ae35
BK
583 break;
584 case pcie_hot_reset:
c270a24c 585 eeh_ops->reset(pe, EEH_RESET_HOT);
00c2ae35
BK
586 break;
587 case pcie_warm_reset:
c270a24c 588 eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL);
00c2ae35
BK
589 break;
590 default:
591 return -EINVAL;
592 };
593
594 return 0;
595}
596
cb5b5624 597/**
c270a24c
GS
598 * eeh_set_pe_freset - Check the required reset for the indicated device
599 * @data: EEH device
600 * @flag: return value
cb3bc9d0
GS
601 *
602 * Each device might have its preferred reset type: fundamental or
603 * hot reset. The routine is used to collected the information for
604 * the indicated device and its children so that the bunch of the
605 * devices could be reset properly.
606 */
c270a24c 607static void *eeh_set_dev_freset(void *data, void *flag)
cb3bc9d0
GS
608{
609 struct pci_dev *dev;
c270a24c
GS
610 unsigned int *freset = (unsigned int *)flag;
611 struct eeh_dev *edev = (struct eeh_dev *)data;
6dee3fb9 612
c270a24c 613 dev = eeh_dev_to_pci_dev(edev);
cb3bc9d0
GS
614 if (dev)
615 *freset |= dev->needs_freset;
616
c270a24c 617 return NULL;
cb3bc9d0
GS
618}
619
620/**
cce4b2d2 621 * eeh_reset_pe_once - Assert the pci #RST line for 1/4 second
c270a24c 622 * @pe: EEH PE
cb3bc9d0
GS
623 *
624 * Assert the PCI #RST line for 1/4 second.
625 */
c270a24c 626static void eeh_reset_pe_once(struct eeh_pe *pe)
6dee3fb9 627{
308fc4f8 628 unsigned int freset = 0;
6e19314c 629
308fc4f8
RL
630 /* Determine type of EEH reset required for
631 * Partitionable Endpoint, a hot-reset (1)
632 * or a fundamental reset (3).
633 * A fundamental reset required by any device under
634 * Partitionable Endpoint trumps hot-reset.
a84f273c 635 */
c270a24c 636 eeh_pe_dev_traverse(pe, eeh_set_dev_freset, &freset);
308fc4f8
RL
637
638 if (freset)
c270a24c 639 eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL);
6e19314c 640 else
c270a24c 641 eeh_ops->reset(pe, EEH_RESET_HOT);
6dee3fb9 642
c270a24c 643 eeh_ops->reset(pe, EEH_RESET_DEACTIVATE);
e1029263
LV
644}
645
cb3bc9d0 646/**
cce4b2d2 647 * eeh_reset_pe - Reset the indicated PE
c270a24c 648 * @pe: EEH PE
cb3bc9d0
GS
649 *
650 * This routine should be called to reset indicated device, including
651 * PE. A PE might include multiple PCI devices and sometimes PCI bridges
652 * might be involved as well.
653 */
c270a24c 654int eeh_reset_pe(struct eeh_pe *pe)
e1029263 655{
326a98ea 656 int flags = (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE);
e1029263
LV
657 int i, rc;
658
9c547768
LV
659 /* Take three shots at resetting the bus */
660 for (i=0; i<3; i++) {
c270a24c 661 eeh_reset_pe_once(pe);
6dee3fb9 662
78954700
GS
663 /*
664 * EEH_PE_ISOLATED is expected to be removed after
665 * BAR restore.
666 */
c270a24c 667 rc = eeh_ops->wait_state(pe, PCI_BUS_RESET_WAIT_MSEC);
78954700 668 if ((rc & flags) == flags)
b6495c0c 669 return 0;
e1029263 670
e1029263 671 if (rc < 0) {
c270a24c
GS
672 pr_err("%s: Unrecoverable slot failure on PHB#%d-PE#%x",
673 __func__, pe->phb->global_number, pe->addr);
b6495c0c 674 return -1;
e1029263 675 }
c270a24c
GS
676 pr_err("EEH: bus reset %d failed on PHB#%d-PE#%x, rc=%d\n",
677 i+1, pe->phb->global_number, pe->addr, rc);
6dee3fb9 678 }
b6495c0c 679
9c547768 680 return -1;
6dee3fb9
LV
681}
682
8b553f32 683/**
cb3bc9d0 684 * eeh_save_bars - Save device bars
f631acd3 685 * @edev: PCI device associated EEH device
8b553f32
LV
686 *
687 * Save the values of the device bars. Unlike the restore
688 * routine, this routine is *not* recursive. This is because
31116f0b 689 * PCI devices are added individually; but, for the restore,
8b553f32
LV
690 * an entire slot is reset at a time.
691 */
d7bb8862 692void eeh_save_bars(struct eeh_dev *edev)
8b553f32
LV
693{
694 int i;
f631acd3 695 struct device_node *dn;
8b553f32 696
f631acd3 697 if (!edev)
8b553f32 698 return;
f631acd3 699 dn = eeh_dev_to_of_node(edev);
a84f273c 700
8b553f32 701 for (i = 0; i < 16; i++)
3780444c 702 eeh_ops->read_config(dn, i * 4, 4, &edev->config_space[i]);
bf898ec5
GS
703
704 /*
705 * For PCI bridges including root port, we need enable bus
706 * master explicitly. Otherwise, it can't fetch IODA table
707 * entries correctly. So we cache the bit in advance so that
708 * we can restore it after reset, either PHB range or PE range.
709 */
710 if (edev->mode & EEH_DEV_BRIDGE)
711 edev->config_space[1] |= PCI_COMMAND_MASTER;
8b553f32
LV
712}
713
aa1e6374
GS
714/**
715 * eeh_ops_register - Register platform dependent EEH operations
716 * @ops: platform dependent EEH operations
717 *
718 * Register the platform dependent EEH operation callback
719 * functions. The platform should call this function before
720 * any other EEH operations.
721 */
722int __init eeh_ops_register(struct eeh_ops *ops)
723{
724 if (!ops->name) {
725 pr_warning("%s: Invalid EEH ops name for %p\n",
726 __func__, ops);
727 return -EINVAL;
728 }
729
730 if (eeh_ops && eeh_ops != ops) {
731 pr_warning("%s: EEH ops of platform %s already existing (%s)\n",
732 __func__, eeh_ops->name, ops->name);
733 return -EEXIST;
734 }
735
736 eeh_ops = ops;
737
738 return 0;
739}
740
741/**
742 * eeh_ops_unregister - Unreigster platform dependent EEH operations
743 * @name: name of EEH platform operations
744 *
745 * Unregister the platform dependent EEH operation callback
746 * functions.
747 */
748int __exit eeh_ops_unregister(const char *name)
749{
750 if (!name || !strlen(name)) {
751 pr_warning("%s: Invalid EEH ops name\n",
752 __func__);
753 return -EINVAL;
754 }
755
756 if (eeh_ops && !strcmp(eeh_ops->name, name)) {
757 eeh_ops = NULL;
758 return 0;
759 }
760
761 return -EEXIST;
762}
763
66f9af83
GS
764static int eeh_reboot_notifier(struct notifier_block *nb,
765 unsigned long action, void *unused)
766{
767 eeh_set_enable(false);
768 return NOTIFY_DONE;
769}
770
771static struct notifier_block eeh_reboot_nb = {
772 .notifier_call = eeh_reboot_notifier,
773};
774
cb3bc9d0
GS
775/**
776 * eeh_init - EEH initialization
777 *
1da177e4
LT
778 * Initialize EEH by trying to enable it for all of the adapters in the system.
779 * As a side effect we can determine here if eeh is supported at all.
780 * Note that we leave EEH on so failed config cycles won't cause a machine
781 * check. If a user turns off EEH for a particular adapter they are really
782 * telling Linux to ignore errors. Some hardware (e.g. POWER5) won't
783 * grant access to a slot if EEH isn't enabled, and so we always enable
784 * EEH for all slots/all devices.
785 *
786 * The eeh-force-off option disables EEH checking globally, for all slots.
787 * Even if force-off is set, the EEH hardware is still enabled, so that
788 * newer systems can boot.
789 */
eeb6361f 790int eeh_init(void)
1da177e4 791{
1a5c2e63
GS
792 struct pci_controller *hose, *tmp;
793 struct device_node *phb;
51fb5f56
GS
794 static int cnt = 0;
795 int ret = 0;
796
797 /*
798 * We have to delay the initialization on PowerNV after
799 * the PCI hierarchy tree has been built because the PEs
800 * are figured out based on PCI devices instead of device
801 * tree nodes
802 */
803 if (machine_is(powernv) && cnt++ <= 0)
804 return ret;
e2af155c 805
66f9af83
GS
806 /* Register reboot notifier */
807 ret = register_reboot_notifier(&eeh_reboot_nb);
808 if (ret) {
809 pr_warn("%s: Failed to register notifier (%d)\n",
810 __func__, ret);
811 return ret;
812 }
813
e2af155c
GS
814 /* call platform initialization function */
815 if (!eeh_ops) {
816 pr_warning("%s: Platform EEH operation not found\n",
817 __func__);
35e5cfe2 818 return -EEXIST;
e2af155c
GS
819 } else if ((ret = eeh_ops->init())) {
820 pr_warning("%s: Failed to call platform init function (%d)\n",
821 __func__, ret);
35e5cfe2 822 return ret;
e2af155c 823 }
1da177e4 824
c8608558
GS
825 /* Initialize EEH event */
826 ret = eeh_event_init();
827 if (ret)
828 return ret;
829
1a5c2e63 830 /* Enable EEH for all adapters */
d7bb8862
GS
831 if (eeh_probe_mode_devtree()) {
832 list_for_each_entry_safe(hose, tmp,
833 &hose_list, list_node) {
834 phb = hose->dn;
835 traverse_pci_devices(phb, eeh_ops->of_probe, NULL);
836 }
51fb5f56
GS
837 } else if (eeh_probe_mode_dev()) {
838 list_for_each_entry_safe(hose, tmp,
839 &hose_list, list_node)
840 pci_walk_bus(hose->bus, eeh_ops->dev_probe, NULL);
841 } else {
8a5ad356
GS
842 pr_warn("%s: Invalid probe mode %x",
843 __func__, eeh_subsystem_flags);
51fb5f56 844 return -EINVAL;
1da177e4
LT
845 }
846
21fd21f5
GS
847 /*
848 * Call platform post-initialization. Actually, It's good chance
849 * to inform platform that EEH is ready to supply service if the
850 * I/O cache stuff has been built up.
851 */
852 if (eeh_ops->post_init) {
853 ret = eeh_ops->post_init();
854 if (ret)
855 return ret;
856 }
857
2ec5a0ad 858 if (eeh_enabled())
d7bb8862 859 pr_info("EEH: PCI Enhanced I/O Error Handling Enabled\n");
1da177e4 860 else
d7bb8862 861 pr_warning("EEH: No capable adapters found\n");
35e5cfe2
GS
862
863 return ret;
1da177e4
LT
864}
865
35e5cfe2
GS
866core_initcall_sync(eeh_init);
867
1da177e4 868/**
cb3bc9d0 869 * eeh_add_device_early - Enable EEH for the indicated device_node
1da177e4
LT
870 * @dn: device node for which to set up EEH
871 *
872 * This routine must be used to perform EEH initialization for PCI
873 * devices that were added after system boot (e.g. hotplug, dlpar).
874 * This routine must be called before any i/o is performed to the
875 * adapter (inluding any config-space i/o).
876 * Whether this actually enables EEH or not for this device depends
877 * on the CEC architecture, type of the device, on earlier boot
878 * command-line arguments & etc.
879 */
f2856491 880void eeh_add_device_early(struct device_node *dn)
1da177e4
LT
881{
882 struct pci_controller *phb;
1da177e4 883
26a74850
GS
884 /*
885 * If we're doing EEH probe based on PCI device, we
886 * would delay the probe until late stage because
887 * the PCI device isn't available this moment.
888 */
889 if (!eeh_probe_mode_devtree())
890 return;
891
1e38b714 892 if (!of_node_to_eeh_dev(dn))
1da177e4 893 return;
f631acd3 894 phb = of_node_to_eeh_dev(dn)->phb;
f751f841
LV
895
896 /* USB Bus children of PCI devices will not have BUID's */
897 if (NULL == phb || 0 == phb->buid)
1da177e4 898 return;
1da177e4 899
d7bb8862 900 eeh_ops->of_probe(dn, NULL);
1da177e4 901}
1da177e4 902
cb3bc9d0
GS
903/**
904 * eeh_add_device_tree_early - Enable EEH for the indicated device
905 * @dn: device node
906 *
907 * This routine must be used to perform EEH initialization for the
908 * indicated PCI device that was added after system boot (e.g.
909 * hotplug, dlpar).
910 */
e2a296ee
LV
911void eeh_add_device_tree_early(struct device_node *dn)
912{
913 struct device_node *sib;
acaa6176
SR
914
915 for_each_child_of_node(dn, sib)
e2a296ee
LV
916 eeh_add_device_tree_early(sib);
917 eeh_add_device_early(dn);
918}
919EXPORT_SYMBOL_GPL(eeh_add_device_tree_early);
920
1da177e4 921/**
cb3bc9d0 922 * eeh_add_device_late - Perform EEH initialization for the indicated pci device
1da177e4
LT
923 * @dev: pci device for which to set up EEH
924 *
925 * This routine must be used to complete EEH initialization for PCI
926 * devices that were added after system boot (e.g. hotplug, dlpar).
927 */
f2856491 928void eeh_add_device_late(struct pci_dev *dev)
1da177e4 929{
56b0fca3 930 struct device_node *dn;
f631acd3 931 struct eeh_dev *edev;
56b0fca3 932
2ec5a0ad 933 if (!dev || !eeh_enabled())
1da177e4
LT
934 return;
935
57b066ff 936 pr_debug("EEH: Adding device %s\n", pci_name(dev));
1da177e4 937
56b0fca3 938 dn = pci_device_to_OF_node(dev);
2ef822c5 939 edev = of_node_to_eeh_dev(dn);
f631acd3 940 if (edev->pdev == dev) {
57b066ff
BH
941 pr_debug("EEH: Already referenced !\n");
942 return;
943 }
f5c57710
GS
944
945 /*
946 * The EEH cache might not be removed correctly because of
947 * unbalanced kref to the device during unplug time, which
948 * relies on pcibios_release_device(). So we have to remove
949 * that here explicitly.
950 */
951 if (edev->pdev) {
952 eeh_rmv_from_parent_pe(edev);
953 eeh_addr_cache_rmv_dev(edev->pdev);
954 eeh_sysfs_remove_device(edev->pdev);
ab55d218 955 edev->mode &= ~EEH_DEV_SYSFS;
f5c57710 956
f26c7a03
GS
957 /*
958 * We definitely should have the PCI device removed
959 * though it wasn't correctly. So we needn't call
960 * into error handler afterwards.
961 */
962 edev->mode |= EEH_DEV_NO_HANDLER;
963
f5c57710
GS
964 edev->pdev = NULL;
965 dev->dev.archdata.edev = NULL;
966 }
57b066ff 967
f631acd3
GS
968 edev->pdev = dev;
969 dev->dev.archdata.edev = edev;
56b0fca3 970
26a74850
GS
971 /*
972 * We have to do the EEH probe here because the PCI device
973 * hasn't been created yet in the early stage.
974 */
975 if (eeh_probe_mode_dev())
976 eeh_ops->dev_probe(dev, NULL);
977
3ab96a02 978 eeh_addr_cache_insert_dev(dev);
1da177e4 979}
794e085e 980
cb3bc9d0
GS
981/**
982 * eeh_add_device_tree_late - Perform EEH initialization for the indicated PCI bus
983 * @bus: PCI bus
984 *
985 * This routine must be used to perform EEH initialization for PCI
986 * devices which are attached to the indicated PCI bus. The PCI bus
987 * is added after system boot through hotplug or dlpar.
988 */
794e085e
NF
989void eeh_add_device_tree_late(struct pci_bus *bus)
990{
991 struct pci_dev *dev;
992
993 list_for_each_entry(dev, &bus->devices, bus_list) {
a84f273c
GS
994 eeh_add_device_late(dev);
995 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) {
996 struct pci_bus *subbus = dev->subordinate;
997 if (subbus)
998 eeh_add_device_tree_late(subbus);
999 }
794e085e
NF
1000 }
1001}
1002EXPORT_SYMBOL_GPL(eeh_add_device_tree_late);
1da177e4 1003
6a040ce7
TLSC
1004/**
1005 * eeh_add_sysfs_files - Add EEH sysfs files for the indicated PCI bus
1006 * @bus: PCI bus
1007 *
1008 * This routine must be used to add EEH sysfs files for PCI
1009 * devices which are attached to the indicated PCI bus. The PCI bus
1010 * is added after system boot through hotplug or dlpar.
1011 */
1012void eeh_add_sysfs_files(struct pci_bus *bus)
1013{
1014 struct pci_dev *dev;
1015
1016 list_for_each_entry(dev, &bus->devices, bus_list) {
1017 eeh_sysfs_add_device(dev);
1018 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) {
1019 struct pci_bus *subbus = dev->subordinate;
1020 if (subbus)
1021 eeh_add_sysfs_files(subbus);
1022 }
1023 }
1024}
1025EXPORT_SYMBOL_GPL(eeh_add_sysfs_files);
1026
1da177e4 1027/**
cb3bc9d0 1028 * eeh_remove_device - Undo EEH setup for the indicated pci device
1da177e4
LT
1029 * @dev: pci device to be removed
1030 *
794e085e
NF
1031 * This routine should be called when a device is removed from
1032 * a running system (e.g. by hotplug or dlpar). It unregisters
1033 * the PCI device from the EEH subsystem. I/O errors affecting
1034 * this device will no longer be detected after this call; thus,
1035 * i/o errors affecting this slot may leave this device unusable.
1da177e4 1036 */
807a827d 1037void eeh_remove_device(struct pci_dev *dev)
1da177e4 1038{
f631acd3
GS
1039 struct eeh_dev *edev;
1040
2ec5a0ad 1041 if (!dev || !eeh_enabled())
1da177e4 1042 return;
f631acd3 1043 edev = pci_dev_to_eeh_dev(dev);
1da177e4
LT
1044
1045 /* Unregister the device with the EEH/PCI address search system */
57b066ff 1046 pr_debug("EEH: Removing device %s\n", pci_name(dev));
56b0fca3 1047
f5c57710 1048 if (!edev || !edev->pdev || !edev->pe) {
57b066ff
BH
1049 pr_debug("EEH: Not referenced !\n");
1050 return;
b055a9e1 1051 }
f5c57710
GS
1052
1053 /*
1054 * During the hotplug for EEH error recovery, we need the EEH
1055 * device attached to the parent PE in order for BAR restore
1056 * a bit later. So we keep it for BAR restore and remove it
1057 * from the parent PE during the BAR resotre.
1058 */
f631acd3
GS
1059 edev->pdev = NULL;
1060 dev->dev.archdata.edev = NULL;
f5c57710
GS
1061 if (!(edev->pe->state & EEH_PE_KEEP))
1062 eeh_rmv_from_parent_pe(edev);
1063 else
1064 edev->mode |= EEH_DEV_DISCONNECTED;
57b066ff 1065
f26c7a03
GS
1066 /*
1067 * We're removing from the PCI subsystem, that means
1068 * the PCI device driver can't support EEH or not
1069 * well. So we rely on hotplug completely to do recovery
1070 * for the specific PCI device.
1071 */
1072 edev->mode |= EEH_DEV_NO_HANDLER;
1073
3ab96a02 1074 eeh_addr_cache_rmv_dev(dev);
57b066ff 1075 eeh_sysfs_remove_device(dev);
ab55d218 1076 edev->mode &= ~EEH_DEV_SYSFS;
1da177e4 1077}
1da177e4
LT
1078
1079static int proc_eeh_show(struct seq_file *m, void *v)
1080{
2ec5a0ad 1081 if (!eeh_enabled()) {
1da177e4 1082 seq_printf(m, "EEH Subsystem is globally disabled\n");
e575f8db 1083 seq_printf(m, "eeh_total_mmio_ffs=%llu\n", eeh_stats.total_mmio_ffs);
1da177e4
LT
1084 } else {
1085 seq_printf(m, "EEH Subsystem is enabled\n");
177bc936 1086 seq_printf(m,
e575f8db
GS
1087 "no device=%llu\n"
1088 "no device node=%llu\n"
1089 "no config address=%llu\n"
1090 "check not wanted=%llu\n"
1091 "eeh_total_mmio_ffs=%llu\n"
1092 "eeh_false_positives=%llu\n"
1093 "eeh_slot_resets=%llu\n",
1094 eeh_stats.no_device,
1095 eeh_stats.no_dn,
1096 eeh_stats.no_cfg_addr,
1097 eeh_stats.ignored_check,
1098 eeh_stats.total_mmio_ffs,
1099 eeh_stats.false_positives,
1100 eeh_stats.slot_resets);
1da177e4
LT
1101 }
1102
1103 return 0;
1104}
1105
1106static int proc_eeh_open(struct inode *inode, struct file *file)
1107{
1108 return single_open(file, proc_eeh_show, NULL);
1109}
1110
5dfe4c96 1111static const struct file_operations proc_eeh_operations = {
1da177e4
LT
1112 .open = proc_eeh_open,
1113 .read = seq_read,
1114 .llseek = seq_lseek,
1115 .release = single_release,
1116};
1117
7f52a526
GS
1118#ifdef CONFIG_DEBUG_FS
1119static int eeh_enable_dbgfs_set(void *data, u64 val)
1120{
1121 if (val)
1122 eeh_subsystem_flags &= ~EEH_FORCE_DISABLED;
1123 else
1124 eeh_subsystem_flags |= EEH_FORCE_DISABLED;
1125
1126 /* Notify the backend */
1127 if (eeh_ops->post_init)
1128 eeh_ops->post_init();
1129
1130 return 0;
1131}
1132
1133static int eeh_enable_dbgfs_get(void *data, u64 *val)
1134{
1135 if (eeh_enabled())
1136 *val = 0x1ul;
1137 else
1138 *val = 0x0ul;
1139 return 0;
1140}
1141
1142DEFINE_SIMPLE_ATTRIBUTE(eeh_enable_dbgfs_ops, eeh_enable_dbgfs_get,
1143 eeh_enable_dbgfs_set, "0x%llx\n");
1144#endif
1145
1da177e4
LT
1146static int __init eeh_init_proc(void)
1147{
7f52a526 1148 if (machine_is(pseries) || machine_is(powernv)) {
8feaa434 1149 proc_create("powerpc/eeh", 0, NULL, &proc_eeh_operations);
7f52a526
GS
1150#ifdef CONFIG_DEBUG_FS
1151 debugfs_create_file("eeh_enable", 0600,
1152 powerpc_debugfs_root, NULL,
1153 &eeh_enable_dbgfs_ops);
1154#endif
1155 }
1156
1da177e4
LT
1157 return 0;
1158}
1159__initcall(eeh_init_proc);