Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[PATCH 2.6.19-rc4 2/3] ehea: Removed redundant define

 
   Soft32 Home -> Linux -> Kernel RSS
Next:  [PATCH 2.6.19-rc4 3/3] ehea: 64K page support fix  
Author Message
Thomas Klein

External


Since: Nov 03, 2006
Posts: 28



(Msg. 1) Posted: Fri Nov 03, 2006 12:00 pm
Post subject: [PATCH 2.6.19-rc4 2/3] ehea: Removed redundant define
Archived from groups: linux>kernel (more info?)

Removed define H_CB_ALIGNMENT which is already defined in include/asm-powerpc/hvcall.h

Signed-off-by: Thomas Klein <tklein.TakeThisOut@de.ibm.com>
---

diff -Nurp git.netdev-2.6.base/drivers/net/ehea/ehea.h git.netdev-2.6/drivers/net/ehea/ehea.h
--- git.netdev-2.6.base/drivers/net/ehea/ehea.h 2006-11-03 14:19:51.000000000 +0100
+++ git.netdev-2.6/drivers/net/ehea/ehea.h 2006-11-03 14:37:30.000000000 +0100
@@ -39,7 +39,7 @@
#include <asm/io.h>

#define DRV_NAME "ehea"
-#define DRV_VERSION "EHEA_0034"
+#define DRV_VERSION "EHEA_0043"

#define EHEA_MSG_DEFAULT (NETIF_MSG_LINK | NETIF_MSG_TIMER \
| NETIF_MSG_RX_ERR | NETIF_MSG_TX_ERR)
@@ -105,9 +105,6 @@
#define EHEA_BCMC_VLANID_ALL 0x01
#define EHEA_BCMC_VLANID_SINGLE 0x00

-/* Use this define to kmallocate pHYP control blocks */
-#define H_CB_ALIGNMENT 4096
-
#define EHEA_CACHE_LINE 128

/* Memory Regions */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.TakeThisOut@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[PATCH] Define EFLAGS_IF - There is now more than one place where we use the fact that bit 9 of eflags is the interrupt-enabled flag, so define..

[PATCH] Define CLONE_NEWPID flag - This was discussed on containers and we thought it would be useful to reserve this flag. --- From: Sukadev Bhattiprolu...

[PATCH 1/5] Define and use task_active_pid_ns() wrapper - Subject: [PATCH 1/5] Define and use task_active_pid_ns() wrapper From: Sukadev Bhattiprolu <sukadev@us.ibm.com> ...

[PATCH 4/5] Define is_global_init() and is_container_init() - Subject: [PATCH 4/5] Define is_global_init() and is_container_init(). From: Serge E. Hallyn <serue@us.ibm.com> ...

[PATCH] pci quirks: remove redundant check - Removes redundant check for dev->subordinate; if it is NULL, the function returns before the patch-affected code..

[patch] remove redundant iov segment check - The access_ok() and negative length check on each iov segment in function generic_file_aio_read/write are redundant. ..
       Soft32 Home -> Linux -> Kernel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]