mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
test-user-mode: make perfect like build-userland
Multithreading and target selection.
This commit is contained in:
@@ -20,7 +20,7 @@ int main(int argc, char **argv) {
|
||||
if (argc > 1) {
|
||||
n = std::stoi(argv[1]);
|
||||
} else {
|
||||
n = 1000;
|
||||
n = 1;
|
||||
}
|
||||
|
||||
// Action.
|
||||
|
||||
Reference in New Issue
Block a user