xilpm: Remove pm_this_cpuid

Remove this unused macro.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
This commit is contained in:
Soren Brinkmann 2015-04-12 20:24:27 -07:00 committed by Nava kishore Manne
parent a8b9765edc
commit 1a875cb79f
2 changed files with 0 additions and 2 deletions

View file

@ -55,6 +55,5 @@
#define IPI_OBS_OFFSET 0x00000004
#define pm_print(MSG, ...) xil_printf("APU: "MSG,##__VA_ARGS__)
#define pm_this_cpuid() 0U
#endif /* _PM_CLIENT_H_ */

View file

@ -53,6 +53,5 @@
#define IPI_OBS_OFFSET 0x00010004
#define pm_print(MSG, ...) xil_printf("RPU: "MSG,##__VA_ARGS__)
#define pm_this_cpuid() 0U
#endif /* _PM_CLIENT_H_ */