You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust: arch/um: Add support for CONFIG_RUST under x86_64 UML
CONFIG_RUST currently supports x86_64, but does not support it under
UML. Adding support is trivial:
- Add CONFIG_HAVE_RUST to UML if X86_64 is set.
- Have generate_rust_target check for CONFIG_X86_64, which is present
under UML, rather than CONFIG_X86, which isn't.
Signed-off-by: David Gow <davidgow@google.com>
0 commit comments