repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
testing
/
selftests
/
riscv
/
mm
/
mmap_default.c
blob
3f53b6ecc32619060f7a680baaf83dd6db70340a
1
// SPDX-License-Identifier: GPL-2.0-only
2
#include <sys/mman.h>
3
#include <mmap_test.h>
4
5
#include
"../../kselftest_harness.h"
6
7
TEST
(
default_rlimit
)
8
{
9
EXPECT_EQ
(
TOP_DOWN
,
memory_layout
());
10
}
11
12
TEST_HARNESS_MAIN