~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/skiboot/doc/opal-api/opal-pci-get-set-xive-reissue-35-36.txt

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OPAL_PCI_GET_XIVE_REISSUE and OPAL_PCI_SET_XIVE_REISSUE
 
2
-------------------------------------------------------
 
3
 
 
4
static int64_t opal_pci_get_xive_reissue(uint64_t phb_id __unused,
 
5
                                         uint32_t xive_number __unused,
 
6
                                         uint8_t *p_bit __unused,
 
7
                                         uint8_t *q_bit __unused)
 
8
 
 
9
static int64_t opal_pci_set_xive_reissue(uint64_t phb_id __unused,
 
10
                                         uint32_t xive_number __unused,
 
11
                                         uint8_t p_bit __unused,
 
12
                                         uint8_t q_bit __unused)
 
13
 
 
14
 
 
15
Both of these calls are remnants from previous OPAL versions, calling either
 
16
of them shall return OPAL_UNSUPPORTED.
 
17