Skip to content
Snippets Groups Projects
  • Avi Kivity's avatar
    95ce17e3
    build: define _KERNEL everywhere · 95ce17e3
    Avi Kivity authored
    We have _KERNEL defines scattered throughout the code, which makes
    understanding it difficult.
    
    Define it just once, and adjust the source to build.
    
    We define it in an overridable variable, so that non-kernel imported code
    can undo it.
    95ce17e3
    History
    build: define _KERNEL everywhere
    Avi Kivity authored
    We have _KERNEL defines scattered throughout the code, which makes
    understanding it difficult.
    
    Define it just once, and adjust the source to build.
    
    We define it in an overridable variable, so that non-kernel imported code
    can undo it.