- Notifications
You must be signed in to change notification settings - Fork5
Commit699b1f4
committed
Fix thinko in huge_tlb_pages patch.
We calculated the rounded-up size for the allocation, but then failed touse the rounded-up value in the mmap() call. Oops.Also, initialize allocsize, to silence warnings seen with some compilers,as pointed out by Jeff Janes.1 parent626a120 commit699b1f4
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
332 |
| - | |
| 332 | + | |
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 |
| - | |
362 | 361 |
| |
363 | 362 |
| |
364 | 363 |
| |
365 |
| - | |
| 364 | + | |
366 | 365 |
| |
367 | 366 |
| |
368 | 367 |
| |
| |||
372 | 371 |
| |
373 | 372 |
| |
374 | 373 |
| |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
375 | 378 |
| |
376 |
| - | |
| 379 | + | |
377 | 380 |
| |
378 | 381 |
| |
379 | 382 |
| |
|
0 commit comments
Comments
(0)