Because only TDX compatible memory can be used for TDX guest. The buddy
is used to allocate memory for TDX guest. While devdax will not be used
for that.
This also makes the original TDX memory hotplug notifier useless, so
delete it.
The online-notifier would even be too late when used with the
memmap-on-memory feature I assume, as we might be touching that memory
even before being able to call memory online notifiers.
This should be OK. Because we will not use the memory for TDX guest in
this way.