Hello,
[Code modified a bit to shorten it; removed some error reporting;
irrelevant parts of the code removed.]
diff --git a/drivers/s3cmm/pmm-init.c b/drivers/s3cmm/pmm-init.c
new file mode 100644
index 000..f1e31a5
--- /dev/null
+++ b/drivers/s3cmm/pmm-init.c
@@ -0,0 +1,75 @@
+static unsi
Hello,
On Monday, October 12, 2009 6:00 PM Russell King wrote:
> Below are some brief comments from having looked through the code. I
> don't intend to suggest that they're anywhere near complete though,
> but are observations I've spotted today.
Thank you for your review!
> On Thu, Oct 01, 20
According to Marek Szyprowski:
>
> struct pmm_mem_info info = {
> .magic = PMM_MAGIC,
> .size = BUFFER_SIZE,
> .type = PMM_MEM_GENERAL,
> .flags = PMM_NO_CACHE,
> .alignment = 0x1000,
> };
>
> fd = open(/dev/pmm);
> ioctl(fd, IOCTL_PMM_ALLOC, &info);
> mmap(0, BUFFER
Hello,
On Friday, October 02, 2009 6:04 PM David F. Carlson wrote:
> I am not a fan of the large and static driver based bootmem allocations in the
> samsung-ap-2.6 git. This work at least addresses that issue. Thanks.
>
> Below are some comments. Perhaps I am not "getting it".
>
> According
I am not a fan of the large and static driver based bootmem allocations in the
samsung-ap-2.6 git. This work at least addresses that issue. Thanks.
Below are some comments. Perhaps I am not "getting it".
According to Marek Szyprowski:
>
> algorithm itself would typically be changed to fit a