Now that the code does not use architectural specific code, it is moved to the generic Arch directory and the paths are modified accordingly.
The platform independent Processor.h file includes the shared processor code and includes the specific platform header file. All references to the Arch/x86/Processor.h file have been replaced with a reference to Arch/Processor.h.
This does not add any functional changes