1
1

This is fixed a different way now; no need to be different than stock

PLPA.

This commit was SVN r19293.
Этот коммит содержится в:
Jeff Squyres 2008-08-14 18:54:34 +00:00
родитель a6e0589f01
Коммит bb585922fd

Просмотреть файл

@ -172,7 +172,7 @@ static void clear_cache(void)
static void load_cache(void)
{
int i, j, k, invalid_entry, fd, found_online;
char path[PATH_MAX], buf[8] = "\0\0\0\0\0\0\0\0";
char path[PATH_MAX], buf[8];
PLPA_NAME(cpu_set_t) valid_processors;
PLPA_NAME(cpu_set_t) *cores_on_sockets;
int found;