Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
xenomai
Commits
b34fa9d8
Commit
b34fa9d8
authored
Mar 04, 2016
by
Philippe Gerum
Browse files
cobalt/umm: get UMM heaps from the normal zone
parent
1e3bf2f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
kernel/cobalt/posix/memory.c
View file @
b34fa9d8
...
...
@@ -321,7 +321,7 @@ int cobalt_umm_init(struct cobalt_umm *umm, u32 size,
secondary_mode_only
();
size
=
PAGE_ALIGN
(
size
);
basemem
=
__vmalloc
(
size
,
GFP_KERNEL
|
__GFP_
HIGHMEM
|
__GFP_
ZERO
,
basemem
=
__vmalloc
(
size
,
GFP_KERNEL
|
__GFP_ZERO
,
xnarch_cache_aliasing
()
?
pgprot_noncached
(
PAGE_KERNEL
)
:
PAGE_KERNEL
);
if
(
basemem
==
NULL
)
...
...
kernel/cobalt/posix/process.c
View file @
b34fa9d8
...
...
@@ -34,7 +34,6 @@
#include <linux/file.h>
#include <linux/ptrace.h>
#include <linux/sched.h>
#include <linux/vmalloc.h>
#include <linux/signal.h>
#include <linux/kallsyms.h>
#include <linux/ipipe.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment