Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion photosyst.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static int v6tab_entries = sizeof(v6tab)/sizeof(struct v6tab);

// The following values are used to accumulate cpu statistics per numa.
// The bitmask realization is from numactl
#define CPUMASK_SZ (64 * 8)
#define CPUMASK_SZ (64 * 64)

#define bitsperlong (8 * sizeof(unsigned long))
#define howmany(x,y) (((x)+((y)-1))/(y))
Expand Down