migration/rdma: Drop fragile wr_id formatting
[qemu/armbru.git] / linux-user / sparc / target_proc.h
blob3bb3134a477769d32c4f82ea349bafff9f1a8973
1 /*
2 * Sparc specific proc functions for linux-user
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6 #ifndef SPARC_TARGET_PROC_H
7 #define SPARC_TARGET_PROC_H
9 static int open_cpuinfo(CPUArchState *cpu_env, int fd)
11 dprintf(fd, "type\t\t: sun4u\n");
12 return 0;
14 #define HAVE_ARCH_PROC_CPUINFO
16 #endif /* SPARC_TARGET_PROC_H */