8186221: Define CPU search_string for M68K

Reviewed-by: dholmes
This commit is contained in:
John Paul Adrian Glaubitz 2017-08-14 21:04:57 -04:00 committed by David Holmes
parent 4a77945c89
commit 78950924d0

View File

@ -2201,6 +2201,8 @@ void os::pd_print_cpu_info(outputStream* st, char* buf, size_t buflen) {
#if defined(AMD64) || defined(IA32) || defined(X32)
const char* search_string = "model name";
#elif defined(M68K)
const char* search_string = "CPU";
#elif defined(PPC64)
const char* search_string = "cpu";
#elif defined(S390)