OSDN Git Service

softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions
authorThomas Huth <thuth@redhat.com>
Wed, 10 Aug 2022 12:57:19 +0000 (14:57 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 26 Aug 2022 11:34:10 +0000 (13:34 +0200)
commit90de559a669b99919e2a95ee85cb6b9b2e7256cb
tree447f6bf4c61742f161aa5f58715ebc8fc87721b9
parent8be934b70e923104da883b990dee18f02552d40e
softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions

Now that host_memory_backend_pagesize() is not depending on the hugetlb
memory path handling anymore, we can also remove the #ifdef and the
TOCTTOU comment from the calling functions - the code should now work
equally well on all host architectures.

Message-Id: <20220810125720.3849835-3-thuth@redhat.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
softmmu/physmem.c