Skip to content
Snippets Groups Projects
Commit 0eeb06b0 authored by Avi Kivity's avatar Avi Kivity
Browse files

etraxfs_eth: drop bogus cpu_unregister_io_memory()


Leftover call to cpu_unregister_io_memory() can segfault on cleanup.  Remove.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent ce76b8a8
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,6 @@ struct fs_eth
MemoryRegion mmio;
NICState *nic;
NICConf conf;
int ethregs;
/* Two addrs in the filter. */
uint8_t macaddr[2][6];
......@@ -571,8 +570,6 @@ static void eth_cleanup(VLANClientState *nc)
{
struct fs_eth *eth = DO_UPCAST(NICState, nc, nc)->opaque;
cpu_unregister_io_memory(eth->ethregs);
/* Disconnect the client. */
eth->dma_out->client.push = NULL;
eth->dma_out->client.opaque = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment