summaryrefslogtreecommitdiffstats
path: root/include/chip.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-07-24 09:27:28 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-22 15:26:52 +1000
commit1fc31333f478ed92aa97079cf2d333b06ccf5f27 (patch)
tree1004140728ab8737d72bec8c13e61ea71219c23a /include/chip.h
parentb7aa01a834ee072eac1c61dbf72334c7405d0327 (diff)
downloadblackbird-skiboot-1fc31333f478ed92aa97079cf2d333b06ccf5f27.tar.gz
blackbird-skiboot-1fc31333f478ed92aa97079cf2d333b06ccf5f27.zip
chip: Add a quirk for when core direct control XSCOMs are missing
Those will be needed by fast reboot. For now, mark qemu and mambo as not having them. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/chip.h')
-rw-r--r--include/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chip.h b/include/chip.h
index 77bc5cff..784faf86 100644
--- a/include/chip.h
+++ b/include/chip.h
@@ -130,6 +130,7 @@ enum proc_chip_quirks {
QUIRK_NO_OCC_IRQ = 0x00000010,
QUIRK_SIMICS = 0x00000020,
QUIRK_SLOW_SIM = 0x00000040,
+ QUIRK_NO_DIRECT_CTL = 0x00000080,
} proc_chip_quirks;
static inline bool chip_quirk(unsigned int q)
OpenPOWER on IntegriCloud