Skip to content
Snippets Groups Projects
  • Avi Kivity's avatar
    5298b92c
    arch: remove 'x86' namespace · 5298b92c
    Avi Kivity authored
    We will never build a single program containing code from two architectures,
    so segregating arch-specific code into a separate namespace is not solving
    any problem.  However it makes using arch-specific code from generic code
    impossible.
    
    Remove the 86 namespace to fix this.
    5298b92c
    History
    arch: remove 'x86' namespace
    Avi Kivity authored
    We will never build a single program containing code from two architectures,
    so segregating arch-specific code into a separate namespace is not solving
    any problem.  However it makes using arch-specific code from generic code
    impossible.
    
    Remove the 86 namespace to fix this.