xilpm: Remove pm_this_cpuid
Remove this unused macro. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
This commit is contained in:
parent
a8b9765edc
commit
1a875cb79f
2 changed files with 0 additions and 2 deletions
|
@ -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_ */
|
||||
|
|
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue