arch: Move mpspec to arch crate and simplify

Remove unnecessary code for these structs. Moving this also allows the
removal of the arch_gen crate.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-05-06 17:28:42 +01:00
parent 0a00df2e7e
commit b04e437cfd
12 changed files with 119 additions and 880 deletions

View File

@@ -66,7 +66,6 @@ members = [
"acpi_tables",
"api_client",
"arch",
"arch_gen",
"block_util",
"devices",
"event_monitor",