Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113677
b: refs/heads/master
c: 45acb8d
h: refs/heads/master
i:
  113675: 26c5e3a
v: v3
  • Loading branch information
Alexey Dobriyan committed Oct 10, 2008
1 parent aa4cfda commit 52f3a15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 478307230810d7e2a753ed220db9066dfdf88718
refs/heads/master: 45acb8db06bad529f0feaf89465ce33152640089
5 changes: 0 additions & 5 deletions trunk/fs/proc/array.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@
#include <asm/processor.h>
#include "internal.h"

/* Gcc optimizes away "strlen(x)" for constant x */
#define ADDBUF(buffer, string) \
do { memcpy(buffer, string, strlen(string)); \
buffer += strlen(string); } while (0)

static inline void task_name(struct seq_file *m, struct task_struct *p)
{
int i;
Expand Down

0 comments on commit 52f3a15

Please sign in to comment.