mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 06:46:00 +00:00
Revert "arch: arm/xen: add putc() for debugging"
This reverts commit 3a51b2a2c3
.
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
2c48370626
commit
c3d3104506
1 changed files with 0 additions and 6 deletions
|
@ -19,10 +19,4 @@ int HYPERVISOR_sched_op(int cmd, void *arg);
|
||||||
int HYPERVISOR_event_channel_op(int cmd, void *arg);
|
int HYPERVISOR_event_channel_op(int cmd, void *arg);
|
||||||
unsigned long HYPERVISOR_hvm_op(int op, void *arg);
|
unsigned long HYPERVISOR_hvm_op(int op, void *arg);
|
||||||
int HYPERVISOR_memory_op(unsigned int cmd, void *arg);
|
int HYPERVISOR_memory_op(unsigned int cmd, void *arg);
|
||||||
|
|
||||||
static inline void xen_debug_putc(int c)
|
|
||||||
{
|
|
||||||
register int v __asm__ ("x0") = c;
|
|
||||||
__asm__ __volatile__("hvc 0xfffe" : "=r" (v) : "0" (v));
|
|
||||||
}
|
|
||||||
#endif /* _ASM_ARM_XEN_HYPERCALL_H */
|
#endif /* _ASM_ARM_XEN_HYPERCALL_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue