diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-05-20 02:20:49 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-05-20 02:20:49 +0200 |
commit | 965b5608f7da181923d766b83ead06cbdc7dd4b3 (patch) | |
tree | b3b6836d4b7192e42c4cf67c2aa7d70f0822bf53 /arch/powerpc/include/asm/eeh.h | |
parent | Merge remote-tracking branch 'anton/abiv2' into next (diff) | |
download | linux-965b5608f7da181923d766b83ead06cbdc7dd4b3.tar.xz linux-965b5608f7da181923d766b83ead06cbdc7dd4b3.zip |
Revert "powerpc/powernv: Fundamental reset on PLX ports"
This reverts commit b2b5efcf208ddc9444aca77336627428782a39f4.
This code was way too board specific, there are quirks as to how
the PERST line is wired on different boards, we'll have to revisit
this using/creating appropriate firmware interfaces.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/eeh.h')
-rw-r--r-- | arch/powerpc/include/asm/eeh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/eeh.h b/arch/powerpc/include/asm/eeh.h index d12529f34524..b76f58c124ca 100644 --- a/arch/powerpc/include/asm/eeh.h +++ b/arch/powerpc/include/asm/eeh.h @@ -109,7 +109,6 @@ struct eeh_pe { #define EEH_DEV_NO_HANDLER (1 << 8) /* No error handler */ #define EEH_DEV_SYSFS (1 << 9) /* Sysfs created */ #define EEH_DEV_REMOVED (1 << 10) /* Removed permanently */ -#define EEH_DEV_FRESET (1 << 11) /* Fundamental reset */ struct eeh_dev { int mode; /* EEH mode */ |