Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162367
b: refs/heads/master
c: 8407248
h: refs/heads/master
i:
  162365: 9acd396
  162363: ef7bf4e
  162359: 33c2f2f
  162351: f46f40c
  162335: c7c521a
  162303: dca10f0
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent d21fec9 commit 987cbd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f82614ca597ef0aa4ddc26de5f9a176f1a91ee6
refs/heads/master: 8407248231df774ba81d0b968bf112edb4069461
18 changes: 0 additions & 18 deletions trunk/drivers/staging/sep/sep_main_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,24 +287,6 @@ static int sep_lock_user_pages(unsigned long app_virt_addr, unsigned long data_s
FUNCTIONS
-----------------------------------------------*/

/*
this function locks SEP by locking the semaphore
*/
int sep_lock()
{
mutex_lock(&sep_mutex);
return 0;
}

/*
this function unlocks SEP
*/
void sep_unlock()
{
/* release mutex */
mutex_unlock(&sep_mutex);
}

/*
this function returns the address of the message shared area
*/
Expand Down

0 comments on commit 987cbd5

Please sign in to comment.