Add a method to enable/disable PTI by default based on the CPU. For now, it is simply enabled for Intel, and disabled otherwise, but this can be adjusted later when we have a more concrete list of which CPUs are affected by Meltdown.
I was unsure of where the best place to put pti_get_default() was, so if you think it is more suitable somewhere else please let me know.