# File lib/facter/processors/os.rb, line 177
      def get_physical_processor_count
        Facter::Util::POSIX.sysctl("hw.ncpufound").to_i
      end