Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235927
b: refs/heads/master
c: ad4adcc
h: refs/heads/master
i:
  235925: 2dc65d2
  235923: 8417782
  235919: 923aa9b
v: v3
  • Loading branch information
Ionut Nicu authored and Omar Ramirez Luna committed Feb 5, 2011
1 parent 3a81eba commit ae4f03d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 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: 31de278078aeb869467cbde0877d7f1027ab844c
refs/heads/master: ad4adcc495363fb2506d82c9cab0f71dea83ea9b
39 changes: 0 additions & 39 deletions trunk/drivers/staging/tidspbridge/include/dspbridge/utildefs.h

This file was deleted.

9 changes: 1 addition & 8 deletions trunk/drivers/staging/tidspbridge/pmgr/cmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
/* ----------------------------------- OS Adaptation Layer */
#include <dspbridge/list.h>
#include <dspbridge/sync.h>
#include <dspbridge/utildefs.h>

/* ----------------------------------- Platform Manager */
#include <dspbridge/dev.h>
Expand Down Expand Up @@ -245,7 +244,6 @@ int cmm_create(struct cmm_object **ph_cmm_mgr,
{
struct cmm_object *cmm_obj = NULL;
int status = 0;
struct util_sysinfo sys_info;

DBC_REQUIRE(refs > 0);
DBC_REQUIRE(ph_cmm_mgr != NULL);
Expand All @@ -261,12 +259,7 @@ int cmm_create(struct cmm_object **ph_cmm_mgr,
DBC_ASSERT(mgr_attrts->ul_min_block_size >= 4);
/* save away smallest block allocation for this cmm mgr */
cmm_obj->ul_min_block_size = mgr_attrts->ul_min_block_size;
/* save away the systems memory page size */
sys_info.dw_page_size = PAGE_SIZE;
sys_info.dw_allocation_granularity = PAGE_SIZE;
sys_info.dw_number_of_processors = 1;

cmm_obj->dw_page_size = sys_info.dw_page_size;
cmm_obj->dw_page_size = PAGE_SIZE;

/* Note: DSP SM seg table(aDSPSMSegTab[]) zero'd by
* MEM_ALLOC_OBJECT */
Expand Down

0 comments on commit ae4f03d

Please sign in to comment.