Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
a9031028
Commit
a9031028
authored
Apr 23, 2009
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: delete unused sys_getpagesize() function
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
e522c846
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
arch/blackfin/kernel/sys_bfin.c
arch/blackfin/kernel/sys_bfin.c
+0
-5
No files found.
arch/blackfin/kernel/sys_bfin.c
View file @
a9031028
...
...
@@ -78,11 +78,6 @@ asmlinkage long sys_mmap2(unsigned long addr, unsigned long len,
return
do_mmap2
(
addr
,
len
,
prot
,
flags
,
fd
,
pgoff
);
}
asmlinkage
int
sys_getpagesize
(
void
)
{
return
PAGE_SIZE
;
}
asmlinkage
void
*
sys_sram_alloc
(
size_t
size
,
unsigned
long
flags
)
{
return
sram_alloc_with_lsl
(
size
,
flags
);
...
...
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