commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 01/06: libddekit: fix cache line size


From: Samuel Thibault
Subject: [hurd] 01/06: libddekit: fix cache line size
Date: Tue, 13 Oct 2015 00:09:52 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch dde
in repository hurd.

commit b3c7fd96662643304b57eecdc0d0b9da1f4d3060
Author: Justus Winter <address@hidden>
Date:   Thu Sep 24 12:47:12 2015 +0200

    libddekit: fix cache line size
    
    * libddekit/memory.c (CACHE_LINE_SIZE): The cache line size is 64
    bytes on contemporary processors.  This value is used as alignment
    constraint, so this is also the more conservative value.
---
 libddekit/memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libddekit/memory.c b/libddekit/memory.c
index 34b283b..6602ea3 100644
--- a/libddekit/memory.c
+++ b/libddekit/memory.c
@@ -25,7 +25,7 @@
 #include "ddekit/panic.h"
 #include "ddekit/pgtab.h"
 
-#define CACHE_LINE_SIZE 32
+#define CACHE_LINE_SIZE        64
 
 /****************
  ** Page cache **

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]