heechul / memguard

Memory Bandwidth Reservation System for Efficient Performance Isolation in Multi-core Processors
https://github.com/heechul/memguard/wiki/MemGuard
GNU General Public License v2.0
49 stars 32 forks source link

build fix for 4.0.1 #1

Closed tofubert closed 9 years ago

tofubert commented 9 years ago

Linux 4.0.1 removes the cpulist_scnprintf() function. The feature is now usable through the use of '%*pbl' and 'cpumask_pr_args()'.