summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsppretaskinghook.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 19:13:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 19:13:05 +0000
commit61814f978e390ab499a24bc614a8eb979b707cd7 (patch)
tree0a5d076f65130d44f6d210d473f6f19e654bfed8 /c/src/lib/libbsp/shared/bsppretaskinghook.c
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-61814f978e390ab499a24bc614a8eb979b707cd7.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* bootcard.c, bspgetworkarea.c, bsppretaskinghook.c, include/bootcard.h: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/shared/bsppretaskinghook.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shared/bsppretaskinghook.c b/c/src/lib/libbsp/shared/bsppretaskinghook.c
index 8437ff933a..a1331100cb 100644
--- a/c/src/lib/libbsp/shared/bsppretaskinghook.c
+++ b/c/src/lib/libbsp/shared/bsppretaskinghook.c
@@ -1,7 +1,5 @@
/*
* This is a shared BSP pretasking hook which does nothing.
- * If all the BSP needs to do is initialize the C library,
- * then it can rely on bootcard.c and provide bsp_get_work_area().
*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).