Skip to content

Commit

Permalink
include/xscom: Remove duplicate p9 definitions
Browse files Browse the repository at this point in the history
These are already defined in xscom-p9-regs.h

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
oohal committed Aug 16, 2019
1 parent e96635d commit abf3e4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/xscom.h
Expand Up @@ -130,11 +130,6 @@
#define XSCOM_ADDR_P9_EC_SLAVE(core, addr) \
XSCOM_ADDR_P9_EC(core, (addr) | 0xf0000)

/* Power 9 EC slave per-core power mgt slave registers */
#define EC_PPM_SPECIAL_WKUP_OTR 0x010A
#define EC_PPM_SPECIAL_WKUP_FSP 0x010B
#define EC_PPM_SPECIAL_WKUP_OCC 0x010C
#define EC_PPM_SPECIAL_WKUP_HYP 0x010D

/* Definitions relating to indirect XSCOMs shared with centaur */
#define XSCOM_ADDR_IND_FLAG PPC_BIT(0)
Expand Down

0 comments on commit abf3e4c

Please sign in to comment.